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

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