]> git.baikalelectronics.ru Git - kernel.git/commit
block: remove outdated part of blkdev_issue_flush() comment
authorEric Biggers <ebiggers@google.com>
Mon, 23 Jan 2017 19:43:21 +0000 (11:43 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 24 Mar 2017 21:41:30 +0000 (15:41 -0600)
commit04dd8c187cfca532a72c3da37f61c0a4d6c3430d
tree330a4760d3c684e4d978c0c886a793ad15363520
parent3cb3d40058a5835314adac27297906aa55bc69ea
block: remove outdated part of blkdev_issue_flush() comment

blkdev_issue_flush() is now always synchronous, and it no longer has a
flags argument.  So remove the part of the comment about the WAIT flag.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-flush.c