summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c8
1 files changed, 1 insertions, 7 deletions
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);