Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
fddfdeaf
Commit
fddfdeaf
authored
Jan 31, 2006
by
Jens Axboe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BLOCK] A few kerneldoc fixups
Signed-off-by:
Jens Axboe
<
axboe@suse.de
>
parent
48bdc8ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
block/ll_rw_blk.c
block/ll_rw_blk.c
+2
-0
fs/bio.c
fs/bio.c
+1
-0
No files found.
block/ll_rw_blk.c
View file @
fddfdeaf
...
@@ -304,6 +304,7 @@ static inline void rq_init(request_queue_t *q, struct request *rq)
...
@@ -304,6 +304,7 @@ static inline void rq_init(request_queue_t *q, struct request *rq)
* blk_queue_ordered - does this queue support ordered writes
* blk_queue_ordered - does this queue support ordered writes
* @q: the request queue
* @q: the request queue
* @ordered: one of QUEUE_ORDERED_*
* @ordered: one of QUEUE_ORDERED_*
* @prepare_flush_fn: rq setup helper for cache flush ordered writes
*
*
* Description:
* Description:
* For journalled file systems, doing ordered writes on a commit
* For journalled file systems, doing ordered writes on a commit
...
@@ -2633,6 +2634,7 @@ EXPORT_SYMBOL(blk_put_request);
...
@@ -2633,6 +2634,7 @@ EXPORT_SYMBOL(blk_put_request);
/**
/**
* blk_end_sync_rq - executes a completion event on a request
* blk_end_sync_rq - executes a completion event on a request
* @rq: request to complete
* @rq: request to complete
* @error: end io status of the request
*/
*/
void
blk_end_sync_rq
(
struct
request
*
rq
,
int
error
)
void
blk_end_sync_rq
(
struct
request
*
rq
,
int
error
)
{
{
...
...
fs/bio.c
View file @
fddfdeaf
...
@@ -411,6 +411,7 @@ static int __bio_add_page(request_queue_t *q, struct bio *bio, struct page
...
@@ -411,6 +411,7 @@ static int __bio_add_page(request_queue_t *q, struct bio *bio, struct page
/**
/**
* bio_add_pc_page - attempt to add page to bio
* bio_add_pc_page - attempt to add page to bio
* @q: the target queue
* @bio: destination bio
* @bio: destination bio
* @page: page to add
* @page: page to add
* @len: vec entry length
* @len: vec entry length
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment