]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit240f57558125221615249f8cd0d4c5f1f5ccf4cc
treed81f0644eb0ce3dc504e3cd77355406d654555fa
parent9ec6bc59c5dea79cb2243cafe085268bed803f1b
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