diff options
author | Tejun Heo <tj@kernel.org> | 2009-01-31 14:36:00 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-31 14:36:00 +0900 |
commit | da2c0b021cde94866f1e492f940aad29e8f61258 (patch) | |
tree | 0455f3e221d6128ba1efb68135c3fbe2c2c8b390 /block/blk-barrier.c | |
parent | 795f99b61d20c34cb04d17d8906b32f745a635ec (diff) | |
parent | 33bfad54b58cf05cfe6678c3ec9235d4bc8db4c2 (diff) |
Merge branch 'master' into tj-percpu
Diffstat (limited to 'block/blk-barrier.c')
-rw-r--r-- | block/blk-barrier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-barrier.c b/block/blk-barrier.c index 8eba4e43bb0c..f7dae57e6cab 100644 --- a/block/blk-barrier.c +++ b/block/blk-barrier.c @@ -302,7 +302,7 @@ static void bio_end_empty_barrier(struct bio *bio, int err) * Description: * Issue a flush for the block device in question. Caller can supply * room for storing the error offset in case of a flush error, if they - * wish to. Caller must run wait_for_completion() on its own. + * wish to. */ int blkdev_issue_flush(struct block_device *bdev, sector_t *error_sector) { |