|
@@ -134,7 +134,9 @@ enum flag_bits {
|
|
|
Faulty, /* device is known to have a fault */
|
|
|
In_sync, /* device is in_sync with rest of array */
|
|
|
Bitmap_sync, /* ..actually, not quite In_sync. Need a
|
|
|
- * bitmap-based recovery to get fully in sync
|
|
|
+ * bitmap-based recovery to get fully in sync.
|
|
|
+ * The bit is only meaningful before device
|
|
|
+ * has been passed to pers->hot_add_disk.
|
|
|
*/
|
|
|
WriteMostly, /* Avoid reading if at all possible */
|
|
|
AutoDetected, /* added by auto-detect */
|