[PATCH] 2.4.19-pre8 (bk) nfsroot.c

James H. Cloos Jr. (cloos@jhcloos.com)
06 May 2002 16:56:19 -0400


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/