aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/md.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 722f5dfe1953..05145786b50f 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -279,9 +279,6 @@ struct mddev_s
279 atomic_t writes_pending; 279 atomic_t writes_pending;
280 struct request_queue *queue; /* for plugging ... */ 280 struct request_queue *queue; /* for plugging ... */
281 281
282 atomic_t write_behind; /* outstanding async IO */
283 unsigned int max_write_behind; /* 0 = sync */
284
285 struct bitmap *bitmap; /* the bitmap for the device */ 282 struct bitmap *bitmap; /* the bitmap for the device */
286 struct { 283 struct {
287 struct file *file; /* the bitmap file */ 284 struct file *file; /* the bitmap file */