aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/md_k.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index a6d7ab688ede..3dea9f545c8f 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -188,8 +188,7 @@ struct mddev_s
188 * NEEDED: we might need to start a resync/recover 188 * NEEDED: we might need to start a resync/recover
189 * RUNNING: a thread is running, or about to be started 189 * RUNNING: a thread is running, or about to be started
190 * SYNC: actually doing a resync, not a recovery 190 * SYNC: actually doing a resync, not a recovery
191 * ERR: and IO error was detected - abort the resync/recovery 191 * INTR: resync needs to be aborted for some reason
192 * INTR: someone requested a (clean) early abort.
193 * DONE: thread is done and is waiting to be reaped 192 * DONE: thread is done and is waiting to be reaped
194 * REQUEST: user-space has requested a sync (used with SYNC) 193 * REQUEST: user-space has requested a sync (used with SYNC)
195 * CHECK: user-space request for for check-only, no repair 194 * CHECK: user-space request for for check-only, no repair
@@ -199,7 +198,6 @@ struct mddev_s
199 */ 198 */
200#define MD_RECOVERY_RUNNING 0 199#define MD_RECOVERY_RUNNING 0
201#define MD_RECOVERY_SYNC 1 200#define MD_RECOVERY_SYNC 1
202#define MD_RECOVERY_ERR 2
203#define MD_RECOVERY_INTR 3 201#define MD_RECOVERY_INTR 3
204#define MD_RECOVERY_DONE 4 202#define MD_RECOVERY_DONE 4
205#define MD_RECOVERY_NEEDED 5 203#define MD_RECOVERY_NEEDED 5