commit 71d68ff62 uses the array layout. It needs to be initialized. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- managemon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/managemon.c b/managemon.c index 6cd93e5..21bf2bd 100644 --- a/managemon.c +++ b/managemon.c @@ -652,7 +652,7 @@ static void manage_new(struct mdstat_ent *mdstat, mdi = sysfs_read(-1, mdstat->devnm, GET_LEVEL|GET_CHUNK|GET_DISKS|GET_COMPONENT| GET_DEGRADED|GET_SAFEMODE| - GET_DEVS|GET_OFFSET|GET_SIZE|GET_STATE); + GET_DEVS|GET_OFFSET|GET_SIZE|GET_STATE|GET_LAYOUT); if (!mdi) return; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html