From: Trond Myklebust Date: Tue, 21 Sep 2010 20:52:40 +0000 (-0400) Subject: NFS: Fix a use-after-free case in nfs_async_rename() X-Git-Tag: v2.6.37-rc1~120^2~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7732d6573c4f29fc1ca5d384bbf82ddfa115030;p=pandora-kernel.git NFS: Fix a use-after-free case in nfs_async_rename() The call to nfs_async_rename_release() after rpc_run_task() is incorrect. The rpc_run_task() is always guaranteed to call the ->rpc_release() method. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed