public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Brad Heilbrun <bheilbrun@paypal.com>
To: Ognen Duzlevski <ogd116@mail.usask.ca>,
	Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org, Alexander Viro <viro@math.psu.edu>
Subject: Re: problem compiling 2.5.30
Date: Sat, 3 Aug 2002 06:06:24 -0700	[thread overview]
Message-ID: <20020803130624.GA6061@paypal.com> (raw)
In-Reply-To: <1028307201.1719.11.camel@iota>

On Fri, Aug 02, 2002 at 11:53:21AM -0500, Ognen Duzlevski wrote:
> Hi, sorry if this popped up before. It is a redhat 7.3 box, gcc 2.96.
> this happens when I include devfs into the kernel.

Courtesy of a nice typo... this should fix it (not tested however).

-- 
Brad Heilbrun

--- ./linus-2.5/fs/partitions/check.c	Thu Aug  1 22:48:50 2002
+++ ./brad-2.5/fs/partitions/check.c	Sat Aug  3 05:52:29 2002
@@ -467,7 +467,7 @@
 	for (part = 1; part < max_p; part++) {
 		if ( unregister || (p[part].nr_sects < 1) ) {
 			devfs_unregister(p[part].de);
-			dev->part[p].de = NULL;
+			p[part].de = NULL;
 			continue;
 		}
 		devfs_register_partition (dev, minor, part);

      reply	other threads:[~2002-08-03 13:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-02 16:53 problem compiling 2.5.30 Ognen Duzlevski
2002-08-03 13:06 ` Brad Heilbrun [this message]

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=20020803130624.GA6061@paypal.com \
    --to=bheilbrun@paypal.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ogd116@mail.usask.ca \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    /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