summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid1.h')
-rw-r--r--drivers/md/raid1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h
index b7885474e96c..e0d676b48974 100644
--- a/drivers/md/raid1.h
+++ b/drivers/md/raid1.h
@@ -145,7 +145,8 @@ struct r1bio_s {
145/* If a write for this request means we can clear some 145/* If a write for this request means we can clear some
146 * known-bad-block records, we set this flag 146 * known-bad-block records, we set this flag
147 */ 147 */
148#define R1BIO_MadeGood 7 148#define R1BIO_MadeGood 7
149#define R1BIO_WriteError 8
149 150
150extern int md_raid1_congested(mddev_t *mddev, int bits); 151extern int md_raid1_congested(mddev_t *mddev, int bits);
151 152