mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
nfsd4; fix session reference count leak
Note the session has to be put() here regardless of what happens to the client. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
68a4b48ce6
commit
76407f76e0
@ -714,7 +714,6 @@ release_session_client(struct nfsd4_session *session)
|
||||
} else
|
||||
renew_client_locked(clp);
|
||||
spin_unlock(&client_lock);
|
||||
nfsd4_put_session(session);
|
||||
}
|
||||
|
||||
/* must be called under the client_lock */
|
||||
|
@ -3325,6 +3325,7 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo
|
||||
}
|
||||
/* Renew the clientid on success and on replay */
|
||||
release_session_client(cs->session);
|
||||
nfsd4_put_session(cs->session);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user