diff options
author | Jeff Layton <jlayton@redhat.com> | 2013-02-04 12:50:00 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-02-05 09:41:14 -0500 |
commit | 5976687a2b3d1969f02aba16b80ad3ed79be6ad3 (patch) | |
tree | a1121aeb9eed15e25be0b46c9069ce091198ff00 /fs/nfs/dns_resolve.c | |
parent | 155a345a52e6cda18946efe2529d99d5040fad6d (diff) |
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>
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 @@ | |||
10 | 10 | ||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/sunrpc/clnt.h> | 12 | #include <linux/sunrpc/clnt.h> |
13 | #include <linux/sunrpc/addr.h> | ||
13 | #include <linux/dns_resolver.h> | 14 | #include <linux/dns_resolver.h> |
14 | #include "dns_resolve.h" | 15 | #include "dns_resolve.h" |
15 | 16 | ||
@@ -42,6 +43,7 @@ EXPORT_SYMBOL_GPL(nfs_dns_resolve_name); | |||
42 | #include <linux/seq_file.h> | 43 | #include <linux/seq_file.h> |
43 | #include <linux/inet.h> | 44 | #include <linux/inet.h> |
44 | #include <linux/sunrpc/clnt.h> | 45 | #include <linux/sunrpc/clnt.h> |
46 | #include <linux/sunrpc/addr.h> | ||
45 | #include <linux/sunrpc/cache.h> | 47 | #include <linux/sunrpc/cache.h> |
46 | #include <linux/sunrpc/svcauth.h> | 48 | #include <linux/sunrpc/svcauth.h> |
47 | #include <linux/sunrpc/rpc_pipe_fs.h> | 49 | #include <linux/sunrpc/rpc_pipe_fs.h> |