]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
FIX: Enable metadata updates for raid0
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 8 Jun 2011 07:13:26 +0000 (17:13 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 8 Jun 2011 07:13:26 +0000 (17:13 +1000)
commite919fb0af245512b02200b8e78c8bbbc0f966f9c
tree480f5d4a7b9873bd6eb06b449859df6de5cfce4d
parent0ec5d470e00787e9b03ba3a880b1b98e0da034cd
FIX: Enable metadata updates for raid0

When raid0 is takeovered to degraded raid4, metadata updates has to be
applied via mdmon (raid4 has to be monitored).
It is not possible due to no update_tail pointer initialization
in supertype structure.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c