commit | 1c277e501334238f6c4f57d16d14e7c911550075 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 04 11:56:22 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 16 10:50:32 2021 -0600 |
tree | 7f465cb3f37085631a09e8b5a7d5a485ca7dce1d | |
parent | b93ef45350c0119ddc275601438c89231b198414 [diff] |
dm: make EBS depend on !HIGHMEM __ebs_rw_bvec use page_address on the submitted bios data, and thus can't deal with highmem. Disable the target on highmem configs. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210804095634.460779-4-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>