diff options
| author | 2023-10-04 16:00:09 -0500 | |
|---|---|---|
| committer | 2023-10-13 16:36:20 -0400 | |
| commit | add2c24d32a38402dfec3c1465f332ab8a769890 (patch) | |
| tree | 4cc37ad77f2c7c39dff2f490f6355276d8c2318c /rust/kernel/ssh:/git@git.zx2c4.com/git: | |
| parent | scsi: spi: Fix sshdr use (diff) | |
scsi: sd: Fix scsi_mode_sense caller's sshdr use
The sshdr passed into scsi_execute_cmd is only initialized if
scsi_execute_cmd returns >= 0, and scsi_mode_sense will convert all non
good statuses like check conditions to -EIO. This has scsi_mode_sense
callers that were possibly accessing an uninitialized sshdrs to only
access it if we got -EIO.
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Link: https://lore.kernel.org/r/20231004210013.5601-9-michael.christie@oracle.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin Wilck <mwilck@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'rust/kernel/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
