Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19086
b: refs/heads/master
c: fddfdea
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Jan 31, 2006
1 parent cf7a023 commit 42b77ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48bdc8ec4aa2ca04e339bf5c3a47677d8dd00bb6
refs/heads/master: fddfdeafa8396f85c666bfc5e1e920eb535514cf
2 changes: 2 additions & 0 deletions trunk/block/ll_rw_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* @q: the request queue
* @ordered: one of QUEUE_ORDERED_*
* @prepare_flush_fn: rq setup helper for cache flush ordered writes
*
* Description:
* For journalled file systems, doing ordered writes on a commit
Expand Down Expand Up @@ -2633,6 +2634,7 @@ EXPORT_SYMBOL(blk_put_request);
/**
* blk_end_sync_rq - executes a completion event on a request
* @rq: request to complete
* @error: end io status of the request
*/
void blk_end_sync_rq(struct request *rq, int error)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* @q: the target queue
* @bio: destination bio
* @page: page to add
* @len: vec entry length
Expand Down

0 comments on commit 42b77ff

Please sign in to comment.