sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h
authorJeff Layton <jlayton@redhat.com>
Mon, 4 Feb 2013 17:50:00 +0000 (12:50 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 5 Feb 2013 14:41:14 +0000 (09:41 -0500)
commit5976687a2b3d1969f02aba16b80ad3ed79be6ad3
treea1121aeb9eed15e25be0b46c9069ce091198ff00
parent155a345a52e6cda18946efe2529d99d5040fad6d
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h

These routines are used by server and client code, so having them in a
separate header would be best.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
21 files changed:
fs/lockd/clntlock.c
fs/lockd/host.c
fs/lockd/mon.c
fs/lockd/svcsubs.c
fs/nfs/dns_resolve.c
fs/nfs/nfs4client.c
fs/nfs/nfs4filelayoutdev.c
fs/nfs/nfs4namespace.c
fs/nfs/super.c
fs/nfsd/fault_inject.c
fs/nfsd/nfs4state.c
fs/nfsd/nfscache.c
fs/nfsd/nfsctl.c
include/linux/sunrpc/addr.h [new file with mode: 0644]
include/linux/sunrpc/clnt.h
net/sunrpc/addr.c
net/sunrpc/clnt.c
net/sunrpc/rpcb_clnt.c
net/sunrpc/svcauth_unix.c
net/sunrpc/xprtrdma/transport.c
net/sunrpc/xprtsock.c