rpc_pipe: fix cleanup of dummy gssd directory when notification fails
authorJeff Layton <jlayton@redhat.com>
Mon, 9 Dec 2013 14:38:00 +0000 (09:38 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 10 Dec 2013 17:39:53 +0000 (19:39 +0200)
commit23e66ba97127ff3b064d4c6c5138aa34eafc492f
tree770dfc922af6b4c2872dfab97c3a67eef3effd27
parente2f0c83a9de331d9352185ca3642616c13127539
rpc_pipe: fix cleanup of dummy gssd directory when notification fails

Currently, it could leak dentry references in some cases. Make sure
we clean up properly.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c