]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: make imm depend on !HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Mon, 5 May 2025 08:11:21 +0000 (10:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 May 2025 19:22:39 +0000 (13:22 -0600)
commitbf69bd3fc26a107611e76b342027bb60b2411d4e
treefb3ee77cea75ca69e2cc54781756023fc0f262ca
parent7b32cb540bff6d6c8a1659babf930e9f66283c2c
scsi: make imm depend on !HIGHMEM

This is one of the last drivers depending on the block layer bounce
buffering code.  Restrict it to run on non-highmem configs so that the
bounce buffering code can be removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250505081138.3435992-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/Kconfig
drivers/scsi/imm.c