OSDN Git Service

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)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 31 May 2012 19:32:16 +0000 (15:32 -0400)
commitb3b02ae5865c2dcd506322e0fc6def59a042e72f
treec66f7f7e5da748f9deb248666a595433ce93fea4
parent2d117403b30cd7301af60d7d54b279a9f566d10d
NFSv4.1: Fix a request leak on the back channel

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>
Cc: stable@vger.kernel.org
net/sunrpc/svc.c