diff options
author | NeilBrown <neilb@suse.de> | 2010-03-08 00:02:36 -0500 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-05-18 01:27:45 -0400 |
commit | ee8b81b03dffa1c0075553d01c557714aedb85a1 (patch) | |
tree | 95ba42aad6fb632699cd9e60d700d05ff96bc889 /drivers/md | |
parent | 964147d5c86d63be79b442c30f3783d49860c078 (diff) |
md: remove some dead fields from mddev_s
These fields have never been used.
commit 4b6d287f627b5fb6a49f78f9e81649ff98c62bb7
added them, but also added identical files to bitmap_super_s,
and only used the latter.
So remove these unused fields.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md')
-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 | |||
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 */ |