diff options
author | Neil Brown <neilb@suse.de> | 2008-05-27 01:18:36 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-05-27 01:18:36 +0200 |
commit | 5d19760db0541a399e08f2b005d07e607400604d (patch) | |
tree | 99885a353b32ee2996c95efc75ea4e049ea5604c /mdmon.h | |
parent | 'errno' is a positive number, not negative. (diff) | |
download | 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.h')
-rw-r--r-- | mdmon.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ struct active_array { #define MD_MAJOR 9 extern struct active_array *container; -extern struct active_array *array_list; extern struct active_array *discard_this; extern struct active_array *pending_discard; extern struct md_generic_cmd *active_cmd; |