NFSv41: Fix a memory leak in nfs41_proc_async_sequence()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 16 Jun 2010 13:52:25 +0000 (09:52 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 22 Jun 2010 17:24:01 +0000 (13:24 -0400)
commitd5f8d3fe72594f2e896b407f78daf24f37ef4d53
treed81f0644eb0ce3dc504e3cd77355406d654555fa
parentd3f6baaa34c54040b3ef30950e59b54ac0624b21
NFSv41: Fix a memory leak in nfs41_proc_async_sequence()

If the call to rpc_call_async() fails, then the arguments will not be
freed, since there will be no call to nfs41_sequence_call_done

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c