diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-03-29 16:48:27 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-05-01 01:17:15 -0400 |
commit | 4c2eaf073f0cc2b5bf593b8133c078b9d9406e95 (patch) | |
tree | 4bbb0edabea6dc0d17a27eaf609e8bc5b637c7b1 /include/linux/sunrpc/clnt.h | |
parent | df8b172a8880521396d2048ecef7e75df43b5bc4 (diff) |
SUNRPC: remove old portmapper
net/sunrpc/pmap_clnt.c has been replaced by net/sunrpc/rpcb_clnt.c.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index ca7553785932..66611423c8ee 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -122,8 +122,6 @@ struct rpc_clnt *rpc_clone_client(struct rpc_clnt *); | |||
122 | int rpc_shutdown_client(struct rpc_clnt *); | 122 | int rpc_shutdown_client(struct rpc_clnt *); |
123 | int rpc_destroy_client(struct rpc_clnt *); | 123 | int rpc_destroy_client(struct rpc_clnt *); |
124 | void rpc_release_client(struct rpc_clnt *); | 124 | void rpc_release_client(struct rpc_clnt *); |
125 | void rpc_getport(struct rpc_task *); | ||
126 | int rpc_register(u32, u32, int, unsigned short, int *); | ||
127 | int rpcb_register(u32, u32, int, unsigned short, int *); | 125 | int rpcb_register(u32, u32, int, unsigned short, int *); |
128 | void rpcb_getport(struct rpc_task *); | 126 | void rpcb_getport(struct rpc_task *); |
129 | 127 | ||
@@ -147,7 +145,6 @@ char * rpc_peeraddr2str(struct rpc_clnt *, enum rpc_display_format_t); | |||
147 | /* | 145 | /* |
148 | * Helper function for NFSroot support | 146 | * Helper function for NFSroot support |
149 | */ | 147 | */ |
150 | int rpc_getport_external(struct sockaddr_in *, __u32, __u32, int); | ||
151 | int rpcb_getport_external(struct sockaddr_in *, __u32, __u32, int); | 148 | int rpcb_getport_external(struct sockaddr_in *, __u32, __u32, int); |
152 | 149 | ||
153 | #endif /* __KERNEL__ */ | 150 | #endif /* __KERNEL__ */ |