diff options
| author | Jeff Layton <[email protected]> | 2013-02-04 17:50:00 +0000 |
|---|---|---|
| committer | J. Bruce Fields <[email protected]> | 2013-02-05 14:41:14 +0000 |
| commit | 5976687a2b3d1969f02aba16b80ad3ed79be6ad3 (patch) | |
| tree | a1121aeb9eed15e25be0b46c9069ce091198ff00 /fs/nfs/dns_resolve.c | |
| parent | sunrpc: copy scope ID in __rpc_copy_addr6 (diff) | |
| download | kernel-5976687a2b3d1969f02aba16b80ad3ed79be6ad3.tar.gz kernel-5976687a2b3d1969f02aba16b80ad3ed79be6ad3.zip | |
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 <[email protected]>
Acked-by: Trond Myklebust <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'fs/nfs/dns_resolve.c')
| -rw-r--r-- | fs/nfs/dns_resolve.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/dns_resolve.c b/fs/nfs/dns_resolve.c index ca4b11ec87a2..62c8c4127219 100644 --- a/fs/nfs/dns_resolve.c +++ b/fs/nfs/dns_resolve.c @@ -10,6 +10,7 @@ #include <linux/module.h> #include <linux/sunrpc/clnt.h> +#include <linux/sunrpc/addr.h> #include <linux/dns_resolver.h> #include "dns_resolve.h" @@ -42,6 +43,7 @@ EXPORT_SYMBOL_GPL(nfs_dns_resolve_name); #include <linux/seq_file.h> #include <linux/inet.h> #include <linux/sunrpc/clnt.h> +#include <linux/sunrpc/addr.h> #include <linux/sunrpc/cache.h> #include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/rpc_pipe_fs.h> |
