Skip to content

Commit f6860b6

Browse files
Christoph Hellwigaxboe
authored andcommitted
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>
1 parent 339d394 commit f6860b6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/linux/blkdev.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,6 @@ enum {
343343
BLK_FLAGS_WRITE_CACHE_DISABLED = (1u << 31),
344344
};
345345

346-
/*
347-
* BLK_BOUNCE_NONE: never bounce (default)
348-
* BLK_BOUNCE_HIGH: bounce all highmem pages
349-
*/
350-
enum blk_bounce {
351-
BLK_BOUNCE_NONE,
352-
BLK_BOUNCE_HIGH,
353-
};
354-
355346
struct queue_limits {
356347
unsigned int features;
357348
unsigned int flags;

0 commit comments

Comments
 (0)