From: J. Bruce Fields Date: Wed, 21 Jan 2009 00:34:22 +0000 (-0500) Subject: nfsd: fix cred leak on every rpc X-Git-Tag: v2.6.29-rc3~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b914152a6fbd2cd0441bc293ae8b3f3f1a9407b6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed