From: J. Bruce Fields Date: Tue, 25 May 2010 15:57:56 +0000 (-0400) Subject: nfsd4: remove extra put() on callback errors X-Git-Tag: v2.6.36-rc1~496^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378b7d37f90399b7c34373a5925450529afb917b;p=pandora-kernel.git nfsd4: remove extra put() on callback errors Since rpc_call_async() guarantees that the release method will be called even on failure, this put is wrong. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed