diff options
author | Joe Lawrence <[email protected]> | 2014-06-25 17:04:22 -0400 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2014-07-25 17:16:57 -0400 |
commit | 62c4da449db0c5a605f8bf99c5ca735da0c0587f (patch) | |
tree | b16b9f7b8dd09403df50b22047e1a26091410304 /fs/jbd2/commit.c | |
parent | 42de597eabc2ba837203788170cc57814a9df7a7 (diff) |
mpt3sas: correct scsi_{target,device} hostdata allocation
In _scsih_{slave,target}_alloc, an incorrect structure type is passed
to sizeof() when allocating storage for hostdata. Luckily larger
structure types were used, so at least the wrong sizes were safe:
struct scsi_device (1784 bytes) > struct MPT3SAS_DEVICE (24 bytes)
struct scsi_target (760 bytes) > struct MPT3SAS_TARGET (32 bytes)
This fixes the following smatch warnings:
drivers/scsi/mpt3sas/mpt3sas_scsih.c:1166 _scsih_target_alloc()
warn: struct type mismatch 'MPT3SAS_TARGET vs scsi_target'
drivers/scsi/mpt3sas/mpt3sas_scsih.c:1280 _scsih_slave_alloc()
warn: struct type mismatch 'MPT3SAS_DEVICE vs scsi_device'
Signed-off-by: Joe Lawrence <[email protected]>
Acked-by: Sreekanth Reddy <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions