aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/multipath.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-05-11 00:38:02 -0400
committerNeilBrown <neilb@suse.de>2011-05-11 00:38:02 -0400
commit92f861a72a273ed038c1e22ff9775456353e3009 (patch)
treedf1ad40ffa987814aafaf0dfe27b8f67285ddd5a /drivers/md/multipath.h
parent76073054c95b12af6bd0cc9b9462a265b45ba38f (diff)
md/multipath: discard ->working_disks in favour of ->degraded
conf->working_disks duplicates information already available in mddev->degraded. So remove working_disks. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/multipath.h')
-rw-r--r--drivers/md/multipath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/multipath.h b/drivers/md/multipath.h
index d1c2a8d7839..3c5a45eb5f8 100644
--- a/drivers/md/multipath.h
+++ b/drivers/md/multipath.h
@@ -9,7 +9,6 @@ struct multipath_private_data {
9 mddev_t *mddev; 9 mddev_t *mddev;
10 struct multipath_info *multipaths; 10 struct multipath_info *multipaths;
11 int raid_disks; 11 int raid_disks;
12 int working_disks;
13 spinlock_t device_lock; 12 spinlock_t device_lock;
14 struct list_head retry_list; 13 struct list_head retry_list;
15 14