commit | a557e82e5a01826f902bd94fc925c03f253cb712 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Fri Apr 15 06:52:44 2022 +0200 |
committer | Jens Axboe <[email protected]> | Sun Apr 17 19:49:59 2022 -0600 |
tree | a16d28d2a576fbaba4934f21b163c1fc7c61f118 | |
parent | 08e688fdb8f7e862092ae64cee20bc8b463d1046 [diff] |
block: add a bdev_fua helper Add a helper to check the FUA flag based on the block_device instead of having to poke into the block layer internal request_queue. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>