commit | 2245f6de6c68b225986229a2de78c240536f7f38 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Mar 30 10:19:30 2016 -0600 |
committer | Jens Axboe <axboe@fb.com> | Tue Apr 12 16:00:39 2016 -0600 |
tree | b0b8747993fc51d5f16239f002f089c2332ad772 | |
parent | f935a8ce0a60acf0a7fe4da8d2a1e5a70c598e55 [diff] |
block: kill blk_queue_flush() We don't have any drivers left using it, so kill it off. Update documentation to use the newer blk_queue_write_cache(). Signed-off-by: Jens Axboe <axboe@fb.com> Reviewed-by: Christoph Hellwig <hch@lst.de>