[PATCH 07/14] activate multiple raid sets
Phillip Susi <[email protected]> Tue, 06 Dec 2011 13:39:30 -0500
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
Continue onto all raid sets instead of returning after processing the first. (LP: #401713)
--- a/1.0.0.rc16/lib/metadata/metadata.c
+++ b/1.0.0.rc16/lib/metadata/metadata.c
@@ -839,7 +839,7 @@ _discover_partitions(struct lib_context
*/
if (T_GROUP(rs)) {
_discover_partitions(lc, &rs->sets);
- return;
+ continue;
}
/*