diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 6758b4d374a0..5ad50163c8ef 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -225,6 +225,9 @@ enum { | |||
225 | ATA_PORT_PRIMARY = (1 << 0), | 225 | ATA_PORT_PRIMARY = (1 << 0), |
226 | ATA_PORT_SECONDARY = (1 << 1), | 226 | ATA_PORT_SECONDARY = (1 << 1), |
227 | 227 | ||
228 | /* max repeat if error condition is still set after ->error_handler */ | ||
229 | ATA_EH_MAX_REPEAT = 5, | ||
230 | |||
228 | /* how hard are we gonna try to probe/recover devices */ | 231 | /* how hard are we gonna try to probe/recover devices */ |
229 | ATA_PROBE_MAX_TRIES = 3, | 232 | ATA_PROBE_MAX_TRIES = 3, |
230 | }; | 233 | }; |