[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS server
[powerpc.git] / include / linux / sunrpc / svcsock.h
index cccea0a..7909687 100644 (file)
@@ -66,7 +66,7 @@ struct svc_sock {
  * Function prototypes.
  */
 int            svc_makesock(struct svc_serv *, int, unsigned short, int flags);
-void           svc_close_socket(struct svc_sock *);
+void           svc_force_close_socket(struct svc_sock *);
 int            svc_recv(struct svc_rqst *, long);
 int            svc_send(struct svc_rqst *);
 void           svc_drop(struct svc_rqst *);