NFSv4.1: Fix a request leak on the back channel
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 31 May 2012 19:26:38 +0000 (15:26 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 19 Jun 2012 22:18:08 +0000 (23:18 +0100)
commit0997627ec97c5159f383df2b64f4c8e7fbe71a7b
tree9abe84b531ea45b9040fd86e03a648655d1a51c2
parent3fed6d5841445d9d3a4266de48e9047a153d029e
NFSv4.1: Fix a request leak on the back channel

commit b3b02ae5865c2dcd506322e0fc6def59a042e72f upstream.

If the call to svc_process_common() fails, then the request
needs to be freed before we can exit bc_svc_process.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/sunrpc/svc.c