Skip to content

Commit 991d902

Browse files
committed
libnvdimm, namespace: lift single pmem limit in scan_labels()
Now that the rest of the infrastructure has been converted to handle multi-pmem configurations, lift the artificial barrier at scan time. Signed-off-by: Dan Williams <[email protected]>
1 parent c969e24 commit 991d902

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/nvdimm/namespace_devs.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,9 +2070,6 @@ static struct device **scan_labels(struct nd_region *nd_region)
20702070
}
20712071
} else
20722072
devs[count++] = dev;
2073-
2074-
/* we only expect one valid pmem label set per region */
2075-
break;
20762073
}
20772074
}
20782075

0 commit comments

Comments
 (0)