]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fnic/fnic_scsi.c: set missing new_sc flag
authorSatish Kharat <satishkh@cisco.com>
Wed, 29 Jun 2016 17:41:52 +0000 (10:41 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:44:50 +0000 (16:44 -0700)
commit3724590587ec63bb034e326f7f189246f224938f
tree434711ed42312760719151f13cf6de4087cceaa6
parentba5224c3383053386ff6218347ed65b428123a05
fnic/fnic_scsi.c: set missing new_sc flag

Orabug: 23071668

The new_sc flag was introduced as part of the fix for a bug . It is set
in fnic_device_reset when the tag for the command is not set, like the case of
sg_resest tool from sg3_utils. In one of the case missed setting that flag in the
original fix. This bug is to add that missing code to set new_sc in that case.

Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
drivers/scsi/fnic/fnic_scsi.c