Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991d9020 authored by Dan Williams's avatar Dan Williams
Browse files

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: default avatarDan Williams <dan.j.williams@intel.com>
parent c969e24c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2070,9 +2070,6 @@ static struct device **scan_labels(struct nd_region *nd_region)
				}
			} else
				devs[count++] = dev;

			/* we only expect one valid pmem label set per region */
			break;
		}
	}