commit | 18afb60c5fc752001e625d262aa3ffe0dbac5fd6 | [log] [tgz] |
---|---|---|
author | Julius Lehmann <lehmanju@devpi.de> | Sat Oct 26 20:06:44 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:34:32 2024 -0600 |
tree | 1c7c515fe21266fab4254759bd508e9ca5ee2283 | |
parent | 1bf4cb2ae7d7006b9bd31eaa1c73c53c6970fa48 [diff] |
scsi: fix disk capacity too small by one sector SCSI READ CAPACITY reports the address of the last block and the block size. The total number of blocks is thus last block address plus one. This also fixes the corresponding test case.