aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2025-05-05 10:11:24 +0200
committerJens Axboe <axboe@kernel.dk>2025-05-05 13:22:39 -0600
commita9437f6a1d8d0b3787fe6ff03d9aab4d3fe9b940 (patch)
tree0b7afcb60c2b5aea301e32552f8f8c037b36ae08 /include
parentusb-storage: reject probe of device one non-DMA HCDs when using highmem (diff)
downloadlinux-a9437f6a1d8d0b3787fe6ff03d9aab4d3fe9b940.tar.gz
linux-a9437f6a1d8d0b3787fe6ff03d9aab4d3fe9b940.zip
scsi: remove the no_highmem flag in the host
All users are gone now. 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-6-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 26bc23419cfd..c53812b9026f 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -670,8 +670,6 @@ struct Scsi_Host {
/* The transport requires the LUN bits NOT to be stored in CDB[1] */
unsigned no_scsi2_lun_in_cdb:1;
- unsigned no_highmem:1;
-
/*
* Optional work queue to be utilized by the transport
*/