Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] sd: Fix VPD buffer allocations
Commit e3deec0 incorrectly assumed that the B0 and B1 page lengths were limited to 32 bytes. The B0 VPD page length is defined to be 64 bytes when the device supports thin provisioning. B1 is always defined to be 64 bytes. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
- Loading branch information