提交 76407f76 编写于 作者: J J. Bruce Fields

nfsd4; fix session reference count leak

Note the session has to be put() here regardless of what happens to the
client.
Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
上级 68a4b48c
...@@ -714,7 +714,6 @@ release_session_client(struct nfsd4_session *session) ...@@ -714,7 +714,6 @@ release_session_client(struct nfsd4_session *session)
} else } else
renew_client_locked(clp); renew_client_locked(clp);
spin_unlock(&client_lock); spin_unlock(&client_lock);
nfsd4_put_session(session);
} }
/* must be called under the client_lock */ /* must be called under the client_lock */
......
...@@ -3325,6 +3325,7 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo ...@@ -3325,6 +3325,7 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo
} }
/* Renew the clientid on success and on replay */ /* Renew the clientid on success and on replay */
release_session_client(cs->session); release_session_client(cs->session);
nfsd4_put_session(cs->session);
} }
return 1; return 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册