mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 03:50:53 +07:00
md: remove some dead fields from mddev_s
These fields have never been used.
commit 4b6d287f62
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>
This commit is contained in:
parent
964147d5c8
commit
ee8b81b03d
@ -279,9 +279,6 @@ struct mddev_s
|
|||||||
atomic_t writes_pending;
|
atomic_t writes_pending;
|
||||||
struct request_queue *queue; /* for plugging ... */
|
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 bitmap *bitmap; /* the bitmap for the device */
|
||||||
struct {
|
struct {
|
||||||
struct file *file; /* the bitmap file */
|
struct file *file; /* the bitmap file */
|
||||||
|
Loading…
Reference in New Issue
Block a user