]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: always calculate container_enough in getinfo_super_imsm
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
commitab3cb6b3b7418e4d70e915c47ca48422eb43d182
tree304bdb9fdb1624df2b124871429420bc49c8d0fe
parent0fb69d1dae8851316bee2a7c0b4ca557de7273ee
imsm: always calculate container_enough in getinfo_super_imsm

We are about to lose the loaded_container field, and we don't really
need to use it to protect the calculation of container_enough.
So drop the test.

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