diff options
author | Jeremy Higdon <jeremy@sgi.com> | 2013-04-18 09:55:23 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 22:37:03 (GMT) |
commit | 025a1f5029497c12a800a10d4540bf2313413b59 (patch) | |
tree | 77a8b733ea5f7d2e9b75aaf3a6a273be18ba4253 /firmware | |
parent | 1ac7c26d88bc0e256ecd269e6f90c7343c359004 (diff) | |
download | linux-fsl-qoriq-025a1f5029497c12a800a10d4540bf2313413b59.tar.xz |
[SCSI] sd_dif: problem with verify of type 1 protection information (PI)
It appears to me that there is a problem with handling of type 1 protection
information.
It is considering a logical block reference tag of 0xffffffff to be an error,
but it is actually valid any time ((lba & 0xffffffff) == 0xffffffff) [for
example, 2TiB-1, 4TiB-1, 6TiB-1, etc.].
I'm going by what's written in 4.18.3 of SBC3, where there doesn't appear
to be any invalid value for the reference tag.
Signed-off-by: Jeremy Higdon <jeremy@sgi.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions