commit | 01e0e15c8b3b32e006e5cccac10c8b377ac3d803 | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <jthumshirn@suse.de> | Thu Nov 17 10:31:12 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Nov 17 20:15:24 2016 -0500 |
tree | 3fc240c7d9dfe797cc2f8820341c438bfcd0d6ac | |
parent | eb34094820c5dcfc8fa0bf68382e08ebac743dc2 [diff] |
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly Don't use fc_bsg_job::request and fc_bsg_job::reply directly, but use helper variables bsg_request and bsg_reply. This will be helpful when transitioning to bsg-lib. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>