public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: pwaechtler@loewe-komp.de
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.4.19-pre8 fs/nfs/nfsroot.c - in_ntoa
Date: Thu, 30 May 2002 04:52:58 -0700 (PDT)	[thread overview]
Message-ID: <20020530.045258.126882990.davem@redhat.com> (raw)
In-Reply-To: <3CF61542.6000500@loewe-komp.de>

   From: Peter Wächtler <pwaechtler@loewe-komp.de>
   Date: Thu, 30 May 2002 14:04:18 +0200

   Somehow a call to in_ntoa went into the kernel.
   With that you can't linke the kernel, when CONFIG_ROOT_NFS=y
   is on.
   
   fs/fs.o: In function `root_nfs_getport':
   fs/fs.o(.text.init+0x10e1): undefined reference to `in_ntoa'
   make: *** [vmlinux] Fehler 1

No, in fact in_ntoa always had existed, except that I finally
killed it.  You're supposed to replace it with NIPQUAD not
the endian-unfriendly %x.

I've sent Marcelo fixes for this if someone else hasn't beaten
me to it already.

      reply	other threads:[~2002-05-30 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-30 12:04 [PATCH] 2.4.19-pre8 fs/nfs/nfsroot.c - in_ntoa Peter Wächtler
2002-05-30 11:52 ` David S. Miller [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=20020530.045258.126882990.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pwaechtler@loewe-komp.de \
    /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