Commit dfd9751
ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
Modify the existing libata.force parameters "max_sec_128" and
"max_sec_1024" to use the generic ATA_QUIRK_MAX_SEC quirk rather than
individual quirks.
This also allows us to remove the individual quirks ATA_QUIRK_MAX_SEC_128
and ATA_QUIRK_MAX_SEC_1024.
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>1 parent 873abd7 commit dfd9751
3 files changed
Lines changed: 16 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
3169 | 3170 | | |
3170 | 3171 | | |
3171 | 3172 | | |
3172 | | - | |
3173 | | - | |
3174 | | - | |
3175 | | - | |
3176 | | - | |
3177 | | - | |
3178 | | - | |
3179 | | - | |
3180 | 3173 | | |
3181 | 3174 | | |
3182 | 3175 | | |
| |||
4012 | 4005 | | |
4013 | 4006 | | |
4014 | 4007 | | |
4015 | | - | |
4016 | 4008 | | |
4017 | 4009 | | |
4018 | 4010 | | |
| |||
4033 | 4025 | | |
4034 | 4026 | | |
4035 | 4027 | | |
4036 | | - | |
4037 | 4028 | | |
4038 | 4029 | | |
4039 | 4030 | | |
| |||
4417 | 4408 | | |
4418 | 4409 | | |
4419 | 4410 | | |
| 4411 | + | |
| 4412 | + | |
| 4413 | + | |
| 4414 | + | |
| 4415 | + | |
| 4416 | + | |
| 4417 | + | |
| 4418 | + | |
4420 | 4419 | | |
4421 | 4420 | | |
4422 | 4421 | | |
| |||
4429 | 4428 | | |
4430 | 4429 | | |
4431 | 4430 | | |
| 4431 | + | |
4432 | 4432 | | |
4433 | 4433 | | |
4434 | 4434 | | |
| |||
6482 | 6482 | | |
6483 | 6483 | | |
6484 | 6484 | | |
| 6485 | + | |
| 6486 | + | |
| 6487 | + | |
| 6488 | + | |
6485 | 6489 | | |
6486 | 6490 | | |
6487 | 6491 | | |
| |||
6556 | 6560 | | |
6557 | 6561 | | |
6558 | 6562 | | |
6559 | | - | |
6560 | | - | |
| 6563 | + | |
| 6564 | + | |
6561 | 6565 | | |
6562 | 6566 | | |
6563 | 6567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
97 | | - | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
| |||
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
118 | | - | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
| |||
0 commit comments