aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bsg-lib.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-03-13 17:28:40 +0100
committerJens Axboe <axboe@kernel.dk>2018-03-13 11:40:23 -0600
commitef6fa64f9b8e1611854077ea9213f2eef2428cd2 (patch)
tree08020d01515b4b92de377a0f2914ccda85d51a1a /include/linux/bsg-lib.h
parentbsg-lib: introduce a timeout field in struct bsg_job (diff)
downloadlinux-dev-ef6fa64f9b8e1611854077ea9213f2eef2428cd2.tar.xz
linux-dev-ef6fa64f9b8e1611854077ea9213f2eef2428cd2.zip
bsg-lib: remove bsg_job.req
Users of the bsg-lib interface should only use the bsg_job data structure and not know about implementation details of it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Benjamin Block <bblock@linux.vnet.ibm.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bsg-lib.h')
-rw-r--r--include/linux/bsg-lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bsg-lib.h b/include/linux/bsg-lib.h
index 402223c95ce1..08762d297cbd 100644
--- a/include/linux/bsg-lib.h
+++ b/include/linux/bsg-lib.h
@@ -40,7 +40,6 @@ struct bsg_buffer {
struct bsg_job {
struct scsi_request sreq;
struct device *dev;
- struct request *req;
struct kref kref;