Skip to content

Commit

Permalink
block: Fix documentation for blkdev_issue_flush()
Browse files Browse the repository at this point in the history
Signed-off-by: "Theodore Ts'o" <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
tytso authored and Jens Axboe committed Jan 30, 2009
1 parent 1dfa17f commit dbdac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-barrier.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dbdac9b

Please sign in to comment.