diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2007-12-30 22:07:44 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-01 16:42:09 -0500 |
commit | d7c9f1ed972b4a468dd24a2457721704dfe9ca70 (patch) | |
tree | 40cd2b38db79df4d90753b58789c3e4bc274095f /include/linux | |
parent | b700cbb11fced2a0e953fdd19eac07ffaad86598 (diff) |
svc: Change services to use new svc_create_xprt service
Modify the various kernel RPC svcs to use the svc_create_xprt service.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Acked-by: Neil Brown <neilb@suse.de>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Greg Banks <gnb@sgi.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sunrpc/svcsock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index 9882ce0ee33c..3181d9d4caa0 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -67,7 +67,6 @@ struct svc_sock { | |||
67 | /* | 67 | /* |
68 | * Function prototypes. | 68 | * Function prototypes. |
69 | */ | 69 | */ |
70 | int svc_makesock(struct svc_serv *, int, unsigned short, int flags); | ||
71 | void svc_force_close_socket(struct svc_sock *); | 70 | void svc_force_close_socket(struct svc_sock *); |
72 | int svc_recv(struct svc_rqst *, long); | 71 | int svc_recv(struct svc_rqst *, long); |
73 | int svc_send(struct svc_rqst *); | 72 | int svc_send(struct svc_rqst *); |