commit | b1f866b013e6e5583f2f0bf4a61d13eddb9a1799 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jan 27 08:05:48 2022 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Feb 02 07:50:00 2022 -0700 |
tree | fcff061e1287d6748551cadc3346aa43ba2ca2d7 | |
parent | a7c50c940477bae89fb2b4f51bd969a2d95d7512 [diff] |
block: remove blk_needs_flush_plug blk_needs_flush_plug fails to account for the cb_list, which needs flushing as well. Remove it and just check if there is a plug instead of poking into the internals of the plug structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220127070549.1377856-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>