The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Re: [PATCH] 2.4.19-pre8 (bk) nfsroot.c
  2002-05-06 20:56 [PATCH] 2.4.19-pre8 (bk) nfsroot.c James H. Cloos Jr.
@ 2002-05-06 20:48 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-05-06 20:48 UTC (permalink / raw)
  To: cloos; +Cc: linux-kernel

   From: "James H. Cloos Jr." <cloos@jhcloos.com>
   Date: 06 May 2002 16:56:19 -0400
   
   Got missed in the 2.4 bk tree when in_ntoa was replaced by NIPQUAD.
   
   As you can see from the patch, it already is in 2.5.

I already sent Marcelo this fix.  Thanks.

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

* [PATCH] 2.4.19-pre8 (bk) nfsroot.c
@ 2002-05-06 20:56 James H. Cloos Jr.
  2002-05-06 20:48 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: James H. Cloos Jr. @ 2002-05-06 20:56 UTC (permalink / raw)
  To: linux-kernel

Looks like this:

--- linux-2.4/fs/nfs/nfsroot.c   Sun May  5 14:09:00 2002
+++ linux-2.5/fs/nfs/nfsroot.c Sat May  4 04:29:03 2002
@@ -343,8 +374,8 @@
 {
        struct sockaddr_in sin;
 
-       printk(KERN_NOTICE "Looking up port of RPC %d/%d on %s\n",
-               program, version, in_ntoa(servaddr));
+       printk(KERN_NOTICE "Looking up port of RPC %d/%d on %u.%u.%u.%u\n",
+               program, version, NIPQUAD(servaddr));
        set_sockaddr(&sin, servaddr, 0);
        return rpc_getport_external(&sin, program, version, proto);
 }


Got missed in the 2.4 bk tree when in_ntoa was replaced by NIPQUAD.

As you can see from the patch, it already is in 2.5.

-JimC


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

end of thread, other threads:[~2002-05-06 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-06 20:56 [PATCH] 2.4.19-pre8 (bk) nfsroot.c James H. Cloos Jr.
2002-05-06 20:48 ` 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