diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/raid/md_p.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/raid/md_p.h b/include/linux/raid/md_p.h index 8c0a3adc5df5..07e05f92d050 100644 --- a/include/linux/raid/md_p.h +++ b/include/linux/raid/md_p.h | |||
| @@ -281,10 +281,15 @@ struct mdp_superblock_1 { | |||
| 281 | * active device with same 'role'. | 281 | * active device with same 'role'. |
| 282 | * 'recovery_offset' is also set. | 282 | * 'recovery_offset' is also set. |
| 283 | */ | 283 | */ |
| 284 | #define MD_FEATURE_RESHAPE_BACKWARDS 32 /* Reshape doesn't change number | ||
| 285 | * of devices, but is going | ||
| 286 | * backwards anyway. | ||
| 287 | */ | ||
| 284 | #define MD_FEATURE_ALL (MD_FEATURE_BITMAP_OFFSET \ | 288 | #define MD_FEATURE_ALL (MD_FEATURE_BITMAP_OFFSET \ |
| 285 | |MD_FEATURE_RECOVERY_OFFSET \ | 289 | |MD_FEATURE_RECOVERY_OFFSET \ |
| 286 | |MD_FEATURE_RESHAPE_ACTIVE \ | 290 | |MD_FEATURE_RESHAPE_ACTIVE \ |
| 287 | |MD_FEATURE_BAD_BLOCKS \ | 291 | |MD_FEATURE_BAD_BLOCKS \ |
| 288 | |MD_FEATURE_REPLACEMENT) | 292 | |MD_FEATURE_REPLACEMENT \ |
| 293 | |MD_FEATURE_RESHAPE_BACKWARDS) | ||
| 289 | 294 | ||
| 290 | #endif | 295 | #endif |
