commit | f7732d6573c4f29fc1ca5d384bbf82ddfa115030 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 21 16:52:40 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 21 16:52:40 2010 -0400 |
tree | e0f94b8406908e4e3081afa436a2aa8eed06773d | |
parent | d3d4152a5d59af9e13a73efa9e9c24383fbe307f [diff] |
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 <Trond.Myklebust@netapp.com>