summaryrefslogtreecommitdiffstats
path: root/mdmon.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-27 09:18:36 +1000
committerNeil Brown <neilb@suse.de>2008-05-27 09:18:36 +1000
commit5d19760db0541a399e08f2b005d07e607400604d (patch)
tree99885a353b32ee2996c95efc75ea4e049ea5604c /mdmon.c
parentea6d09b063211c851441f407c286d179fd3a3baa (diff)
downloadmdadm-5d19760db0541a399e08f2b005d07e607400604d.tar.gz
mdadm-5d19760db0541a399e08f2b005d07e607400604d.tar.xz
mdadm-5d19760db0541a399e08f2b005d07e607400604d.zip
Discard 'array_list' in mdmon
The container has an ->arrays field that we should be using.
Diffstat (limited to 'mdmon.c')
-rw-r--r--mdmon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdmon.c b/mdmon.c
index d013dc8..c8a3341 100644
--- a/mdmon.c
+++ b/mdmon.c
@@ -41,7 +41,6 @@
#include "mdadm.h"
#include "mdmon.h"
-struct active_array *array_list;
struct active_array *discard_this;
struct active_array *pending_discard;
struct md_generic_cmd *active_cmd;