]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fs: replace NIPQUAD()
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 31 Oct 2008 07:56:28 +0000 (00:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 07:56:28 +0000 (00:56 -0700)
commitbe859405487324ed548f1ba11dc949b8230ab991
tree3893ac2ce3b212b100d9e1e1e3e2fc1fa0c3f47f
parent63779436ab4ad0867bcea53bf853b0004d7b895d
fs: replace NIPQUAD()

Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u
can be replaced with %pI4

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
fs/afs/proc.c
fs/afs/server.c
fs/cifs/cifs_spnego.c
fs/cifs/connect.c
fs/lockd/host.c
fs/lockd/mon.c
fs/nfs/nfsroot.c
fs/nfs/super.c
fs/nfsd/nfs4state.c
fs/nfsd/nfsctl.c
fs/ocfs2/cluster/netdebug.c
fs/ocfs2/cluster/nodemanager.c
fs/ocfs2/cluster/tcp.c