Commit 5f64ae1
ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectors
Commit 9b8b848 ("block: Increase BLK_DEF_MAX_SECTORS_CAP") increased
the default max_sectors_kb from 1280 KiB to 4096 KiB.
INTEL SSDSC2KG480G8 with FW rev XCV10120 times out when sending I/Os of
size 4096 KiB.
Enable ATA_QUIRK_MAX_SEC, with value 8191 (sectors) for this device,
since any I/O with more sectors than that lead to I/O timeouts.
With this, the INTEL SSDSC2KG480G8 is usable again.
Link: https://lore.kernel.org/linux-ide/176839089913.2398366.61500945766820256@eldamar.lan/
Fixes: 9b8b848 ("block: Increase BLK_DEF_MAX_SECTORS_CAP")
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>1 parent bcbd8ef commit 5f64ae1
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4082 | 4082 | | |
4083 | 4083 | | |
4084 | 4084 | | |
| 4085 | + | |
4085 | 4086 | | |
4086 | 4087 | | |
4087 | 4088 | | |
| |||
4336 | 4337 | | |
4337 | 4338 | | |
4338 | 4339 | | |
| 4340 | + | |
| 4341 | + | |
4339 | 4342 | | |
4340 | 4343 | | |
4341 | 4344 | | |
| |||
0 commit comments