aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r--drivers/md/raid5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h
index 4cfd8016010e..f6faaa16a565 100644
--- a/drivers/md/raid5.h
+++ b/drivers/md/raid5.h
@@ -259,6 +259,7 @@ struct stripe_head_state {
259enum r5dev_flags { 259enum r5dev_flags {
260 R5_UPTODATE, /* page contains current data */ 260 R5_UPTODATE, /* page contains current data */
261 R5_LOCKED, /* IO has been submitted on "req" */ 261 R5_LOCKED, /* IO has been submitted on "req" */
262 R5_DOUBLE_LOCKED,/* Cannot clear R5_LOCKED until 2 writes complete */
262 R5_OVERWRITE, /* towrite covers whole page */ 263 R5_OVERWRITE, /* towrite covers whole page */
263/* and some that are internal to handle_stripe */ 264/* and some that are internal to handle_stripe */
264 R5_Insync, /* rdev && rdev->in_sync at start */ 265 R5_Insync, /* rdev && rdev->in_sync at start */