diff options
| author | Christoph Hellwig <[email protected]> | 2018-03-13 17:28:40 +0100 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-03-13 11:40:23 -0600 |
| commit | ef6fa64f9b8e1611854077ea9213f2eef2428cd2 (patch) | |
| tree | 08020d01515b4b92de377a0f2914ccda85d51a1a /include | |
| parent | 31156ec378c2ed10330c8c06bbf36fb7d7a55506 (diff) | |
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 <[email protected]>
Reviewed-by: Benjamin Block <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/bsg-lib.h | 1 |
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; |