Blame SOURCES/0133-RHBZ-1241774-sun-partition-numbering.patch

f20720
---
f20720
 kpartx/sun.c |    2 --
f20720
 1 file changed, 2 deletions(-)
f20720
f20720
Index: multipath-tools-130222/kpartx/sun.c
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/kpartx/sun.c
f20720
+++ multipath-tools-130222/kpartx/sun.c
f20720
@@ -82,8 +82,6 @@ read_sun_pt(int fd, struct slice all, st
f20720
 	for(i=0, n=0; i
f20720
 		s = &l->partitions[i];
f20720
 
f20720
-		if (s->num_sectors == 0)
f20720
-			continue;
f20720
 		if (n < ns) {
f20720
 			sp[n].start = offset +
f20720
 				be32_to_cpu(s->start_cylinder) * be16_to_cpu(l->nsect) * be16_to_cpu(l->ntrks);