OSDN Git Service

[PATCH] knfsd: fix a race in closing NFSd connections
[uclinux-h8/linux.git] / include / linux / sunrpc / svcsock.h
index 98b21ad..db312a1 100644 (file)
@@ -63,7 +63,7 @@ struct svc_sock {
  * Function prototypes.
  */
 int            svc_makesock(struct svc_serv *, int, unsigned short);
-void           svc_delete_socket(struct svc_sock *);
+void           svc_close_socket(struct svc_sock *);
 int            svc_recv(struct svc_rqst *, long);
 int            svc_send(struct svc_rqst *);
 void           svc_drop(struct svc_rqst *);