Browse Source

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 <dan.j.williams@intel.com>
Dan Williams 8 years ago
parent
commit
991d9020f3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/nvdimm/namespace_devs.c

+ 0 - 3
drivers/nvdimm/namespace_devs.c

@@ -2070,9 +2070,6 @@ static struct device **scan_labels(struct nd_region *nd_region)
 				}
 				}
 			} else
 			} else
 				devs[count++] = dev;
 				devs[count++] = dev;
-
-			/* we only expect one valid pmem label set per region */
-			break;
 		}
 		}
 	}
 	}