[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-10-1-gce4e2dc

Giuseppe Iuculano giuseppe at iuculano.it
Sun Aug 23 15:43:24 UTC 2009


The following commit has been merged in the master branch:
commit ce4e2dc80ee9abc0e84ec2a85a68993cb6b217a5
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Sun Aug 23 17:43:11 2009 +0200

    15_activate_multiple_raid_sets.patch: Continue onto all raid sets instead of returning after processing the first. (LP: #401713)

diff --git a/debian/patches/15_activate_multiple_raid_sets.patch b/debian/patches/15_activate_multiple_raid_sets.patch
new file mode 100644
index 0000000..a5fa879
--- /dev/null
+++ b/debian/patches/15_activate_multiple_raid_sets.patch
@@ -0,0 +1,12 @@
+Continue onto all raid sets instead of returning after processing the first. (LP: #401713)
+--- a/1.0.0.rc15/lib/metadata/metadata.c
++++ b/1.0.0.rc15/lib/metadata/metadata.c
+@@ -839,7 +839,7 @@ _discover_partitions(struct lib_context 
+ 		 */
+ 		if (T_GROUP(rs)) {
+ 			_discover_partitions(lc, &rs->sets);
+-			return;
++			continue;
+ 		}
+ 
+ 		/*
diff --git a/debian/patches/series b/debian/patches/series
index 6e0f913..a776862 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 14_isw-serial-fix.patch
 16_fix_isw_sectors_calculation.patch
 17_isw-probe-hpa.patch
+15_activate_multiple_raid_sets.patch

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list