scsi: sr: Initialize ->cmd_len
authorChristoph Hellwig <hch@lst.de>
Thu, 8 Oct 2020 20:06:10 +0000 (22:06 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Oct 2020 20:23:09 +0000 (16:23 -0400)
commit9120ac54cce6c37de7580d7567119d28c8988ebc
tree3861568beb905fb1854ff31d36281db687253d95
parentc881fb5cd5ffc407f78878cc43ce13699946844d
scsi: sr: Initialize ->cmd_len

Ensure the command length is properly set.  Previously the command code
tried to find this out using the command opcode.

Link: https://lore.kernel.org/r/20201008200611.1818099-2-hch@lst.de
Fixes: 2ceda20f0a99 ("scsi: core: Move command size detection out of the fast path")
Reported-by: Qian Cai <cai@redhat.com>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sr.c