]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[SCSI] tgt: stop zero'ing scsi_cmnd
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sat, 1 Mar 2008 06:36:35 +0000 (15:36 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 3 Mar 2008 19:19:18 +0000 (13:19 -0600)
commit36802e99894e9757de2441b4f719c05a29495dc5
tree98a3b3495b35eab0172642c513739a2602714fae
parentb560665ce5a617aff9c62b94a82340fe11fc0d91
[SCSI] tgt: stop zero'ing scsi_cmnd

The scsi midlayer allocates scsi_cmnd->sense_buffer dynamically so we
can't initialize scsi_cmnd (the midlyaer does for us).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_tgt_lib.c