forked from Minki/linux
scsi: xen-scsifront: Remove code that zeroes driver-private command data
Since the SCSI core zeroes driver-private command data, remove that code from the xen-scsifront driver. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Juergen Gross <jgross@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: xen-devel@lists.xenproject.org Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
c2bb87318b
commit
f7de50da14
@ -534,7 +534,6 @@ static int scsifront_queuecommand(struct Scsi_Host *shost,
|
||||
int err;
|
||||
|
||||
sc->result = 0;
|
||||
memset(shadow, 0, sizeof(*shadow));
|
||||
|
||||
shadow->sc = sc;
|
||||
shadow->act = VSCSIIF_ACT_SCSI_CDB;
|
||||
|
Loading…
Reference in New Issue
Block a user