]> git.ipfire.org Git - thirdparty/mdadm.git/commit - util.c
Pass subarray arg explicitly to ->update_subarray.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:24:50 +0000 (20:24 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:24:50 +0000 (20:24 +1100)
commita951a4f78f079b86328419d024a214ce0fb2aa04
treecb1553f6150ee1a268f7666b3a26251e96e2d39c
parenta1f976a013ab738affd54a1ba737107aa05c26ad
Pass subarray arg explicitly to ->update_subarray.

This is better than hiding it in the supertype structure
where we are never quite sure who needs it.

Signed-off-by: NeilBrown <neilb@suse.de>
Manage.c
mdadm.h
super-intel.c
util.c