1
0
Fork 0

[SCSI] sd: Return correct error code for DIF

sd_dif.c was not updated to return -EILSEQ, leading to error handling
failures in applications which provide their own integrity metadata (as
opposed to being protected by the block layer functions).

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
wifi-calibration
Martin K. Petersen 2009-11-10 00:39:12 -05:00 committed by James Bottomley
parent a8a8a669ea
commit 3bf3583b6a
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ error:
__func__, virt, phys, be32_to_cpu(sdt->ref_tag),
be16_to_cpu(sdt->app_tag));
return -EIO;
return -EILSEQ;
}
/*