]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
super_by_fd: return subarray info explicitly.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
commit4725bc31fb3d7fc207671e851617852dc8034cd5
treea79c3c1d0565aaaab0658c95e8033ed23072c4a4
parentfeab51f8f710f28a63a5b01ec59a5a609a45525b
super_by_fd: return subarray info explicitly.

Rather than hiding this in the 'st', return it explicitly.

In the one case we still need it, copy it into st where needed.
This will disappear in a future patch.

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