diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/md.h | 3 |
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 atomic_t writes_pending; struct request_queue *queue; /* for plugging ... */ - atomic_t write_behind; /* outstanding async IO */ - unsigned int max_write_behind; /* 0 = sync */ - struct bitmap *bitmap; /* the bitmap for the device */ struct { struct file *file; /* the bitmap file */ |