From: Pete Zaitcev <zaitcev@redhat.com>
To: davem@redhat.com
Cc: linux-kernel@vger.kernel.org
Subject: Patch for fs/partitions/sun.c
Date: Mon, 27 Jan 2003 00:30:11 -0500 [thread overview]
Message-ID: <20030127003011.B9530@devserv.devel.redhat.com> (raw)
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);
next reply other threads:[~2003-01-27 5:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-27 5:30 Pete Zaitcev [this message]
2003-01-27 18:18 ` Patch for fs/partitions/sun.c David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030127003011.B9530@devserv.devel.redhat.com \
--to=zaitcev@redhat.com \
--cc=davem@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox