From 9591a2de77fa405f7e7d728a8e6c623808f57432 Mon Sep 17 00:00:00 2001 From: "mwilck@arcor.de" Date: Fri, 2 Aug 2013 00:35:15 +0200 Subject: DDF: no need for GET_LAYOUT any more With the previous patch, mdmon will provide the layout property for us. Signed-off-by: Martin Wilck Signed-off-by: NeilBrown --- super-ddf.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'super-ddf.c') diff --git a/super-ddf.c b/super-ddf.c index 65472a28..7a7f5fe6 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -4697,16 +4697,10 @@ static int raid10_degraded(struct mdinfo *info) { int n_prim, n_bvds; int i; - struct mdinfo *d, *sra; + struct mdinfo *d; char *found; int ret = -1; - if (info->array.layout == 0) { - sra = sysfs_read(-1, info->sys_name, GET_LAYOUT); - info->array.layout = sra->array.layout; - free(sra); - } - n_prim = info->array.layout & ~0x100; n_bvds = info->array.raid_disks / n_prim; found = xmalloc(n_bvds); -- cgit v1.2.3