]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/blkdev.h
block: remove REQ_OP_SCSI_{IN,OUT}
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Jun 2021 12:39:34 +0000 (14:39 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Jun 2021 21:34:19 +0000 (15:34 -0600)
commitda6269da4cfe29f484e8fd27c1496b81b47e2499
tree85adbc95654baa1376592134950ecb466fed8769
parent5ec780a6eddacbbbc1c5d5838753c3ca43f93526
block: remove REQ_OP_SCSI_{IN,OUT}

With the legacy IDE driver gone drivers now use either REQ_OP_DRV_*
or REQ_OP_SCSI_*, so unify the two concepts of passthrough requests
into a single one.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
14 files changed:
block/blk-core.c
block/bsg-lib.c
block/bsg.c
block/scsi_ioctl.c
drivers/block/pktcdvd.c
drivers/cdrom/cdrom.c
drivers/scsi/scsi_error.c
drivers/scsi/scsi_lib.c
drivers/scsi/sg.c
drivers/scsi/st.c
drivers/target/target_core_pscsi.c
fs/nfsd/blocklayout.c
include/linux/blk_types.h
include/linux/blkdev.h