diff --git a/drivers/md/md.h b/drivers/md/md.h index 722f5dfe1953ec5a22f1b705bd06d2d24629bf43..05145786b50fb9920f94a404a2419a068b4f443b 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 */