diff options
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index dac4217194b8..9743e4dbc918 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
| @@ -218,6 +218,9 @@ struct mddev_s | |||
| 218 | #define MD_RECOVERY_FROZEN 9 | 218 | #define MD_RECOVERY_FROZEN 9 |
| 219 | 219 | ||
| 220 | unsigned long recovery; | 220 | unsigned long recovery; |
| 221 | int recovery_disabled; /* if we detect that recovery | ||
| 222 | * will always fail, set this | ||
| 223 | * so we don't loop trying */ | ||
| 221 | 224 | ||
| 222 | int in_sync; /* know to not need resync */ | 225 | int in_sync; /* know to not need resync */ |
| 223 | struct mutex reconfig_mutex; | 226 | struct mutex reconfig_mutex; |
