public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Patch for fs/partitions/sun.c
@ 2003-01-27  5:30 Pete Zaitcev
  2003-01-27 18:18 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2003-01-27  5:30 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel

Boots with recent 2.5 greet me with this on the console:

[/sbin/fsck.ext2] fsck.ext2 -a /dev/sda6
fsck.ext2: Device not configured while trying to open /dev/sda6

This happens because I have root on /dev/sda4 and /home on /dev/sda6.
Dave, can you take it or should I send it to Trivial?

-- Pete

diff -urN -X dontdiff linux-2.5.59/fs/partitions/sun.c linux-2.5.59-sparc/fs/partitions/sun.c
--- linux-2.5.59/fs/partitions/sun.c	2003-01-13 21:59:16.000000000 -0800
+++ linux-2.5.59-sparc/fs/partitions/sun.c	2003-01-26 15:54:03.000000000 -0800
@@ -80,8 +80,8 @@
 			put_partition(state, slot, st_sector, num_sectors);
 			if (label->infos[i].id == LINUX_RAID_PARTITION)
 				state->parts[slot].flags = 1;
-			slot++;
 		}
+		slot++;
 	}
 	printk("\n");
 	put_dev_sector(sect);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch for fs/partitions/sun.c
  2003-01-27  5:30 Patch for fs/partitions/sun.c Pete Zaitcev
@ 2003-01-27 18:18 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-01-27 18:18 UTC (permalink / raw)
  To: zaitcev; +Cc: linux-kernel

   From: Pete Zaitcev <zaitcev@redhat.com>
   Date: Mon, 27 Jan 2003 00:30:11 -0500

   Boots with recent 2.5 greet me with this on the console:
   
   [/sbin/fsck.ext2] fsck.ext2 -a /dev/sda6
   fsck.ext2: Device not configured while trying to open /dev/sda6
   
   This happens because I have root on /dev/sda4 and /home on /dev/sda6.
   Dave, can you take it or should I send it to Trivial?

Yes, Viro added this bug in one of his cleanups.  And I just
continued the bug when I patched in the RAID auto-detect
support.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-27 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-27  5:30 Patch for fs/partitions/sun.c Pete Zaitcev
2003-01-27 18:18 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox