commit | 406f74c20dc258f8258b64d16d159c3fff06a506 | [log] [tgz] |
---|---|---|
author | Mike Christie <mchristi@redhat.com> | Wed May 31 15:52:40 2017 -0500 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Jul 06 23:11:46 2017 -0700 |
tree | 12613727fab75dbed4182e0a8e68262de0f2be28 | |
parent | c6d66aba98a39cfed206c5c61f0a604ba09b26ce [diff] |
tcmu: fix sense handling during completion We were just copying the sense to the cmd sense_buffer and did not implement a transport_complete or set the SCF_TRANSPORT_TASK_SENSE, so the sense was ignored. Signed-off-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>