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

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