commit | 20959c4b4078847e629eed8918abb52bfe5f559a | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Wed Oct 01 16:07:02 2014 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Oct 02 21:35:53 2014 -0700 |
tree | eb335cbb7e685a1431bc44d942a426db43e8a16a | |
parent | 082f58ac4a48d3f5cb4597232cb2ac6823a96f43 [diff] |
target: Remove unneeded check in sbc_parse_cdb The check of SCF_SCSI_DATA_CDB seems to be a remnant from before hch's refactoring of this function. There are no places where that flag is set that cmd->execute_cmd isn't also set. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>