Home
last modified time | relevance | path

Searched hist:b914152a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dauth.cb914152a Tue Jan 20 18:34:22 CST 2009 J. Bruce Fields <bfields@fieldses.org> nfsd: fix cred leak on every rpc

Since override_creds() took its own reference on new, we need to release
our own reference.

(Note the put_cred on the return value puts the *old* value of
current->creds, not the new passed-in value).

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
b914152a Tue Jan 20 18:34:22 CST 2009 J. Bruce Fields <bfields@fieldses.org> nfsd: fix cred leak on every rpc

Since override_creds() took its own reference on new, we need to release
our own reference.

(Note the put_cred on the return value puts the *old* value of
current->creds, not the new passed-in value).

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>