diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-24 09:51:36 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-24 22:43:39 +0300 |
commit | a8b456d01cd6b37191f14248f3e2bdbe5ce3a89e (patch) | |
tree | 409f35af00eba0691be18217ce570d41751ab593 /include/linux/pagewalk.h | |
parent | ed7b6b4f6e915cb0bc52d0000bcc63168867b6ac (diff) | |
download | linux-a8b456d01cd6b37191f14248f3e2bdbe5ce3a89e.tar.xz |
bdi: remove BDI_CAP_SYNCHRONOUS_IO
BDI_CAP_SYNCHRONOUS_IO is only checked in the swap code, and used to
decided if ->rw_page can be used on a block device. Just check up for
the method instead. The only complication is that zram needs a second
set of block_device_operations as it can switch between modes that
actually support ->rw_page and those who don't.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/pagewalk.h')
0 files changed, 0 insertions, 0 deletions