summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-06-19 17:45:33 +0200
committerJens Axboe <axboe@kernel.dk>2024-06-20 06:53:14 -0600
commitf6860b6069b92559f5cdb65f48e2d82051eaebca (patch)
tree53aa051ae35280672aee182a2d66a3f7a1ed2a28 /include
parent339d3948c07b4aa2940aeb874294a7d6782cec16 (diff)
downloadlwn-f6860b6069b92559f5cdb65f48e2d82051eaebca.tar.gz
lwn-f6860b6069b92559f5cdb65f48e2d82051eaebca.zip
block: remove the unused blk_bounce enum
The enum has been replaced with the BLK_FEAT_BOUNCE_HIGH flag. Reported-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20240619154623.450048-2-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/blkdev.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index e96ba7b97288..f7d275e3fb2c 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -343,15 +343,6 @@ enum {
BLK_FLAGS_WRITE_CACHE_DISABLED = (1u << 31),
};
-/*
- * BLK_BOUNCE_NONE: never bounce (default)
- * BLK_BOUNCE_HIGH: bounce all highmem pages
- */
-enum blk_bounce {
- BLK_BOUNCE_NONE,
- BLK_BOUNCE_HIGH,
-};
-
struct queue_limits {
unsigned int features;
unsigned int flags;