diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-08-14 13:11:15 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-08-24 15:50:51 -0400 |
commit | 8f8e7a50f450fcb86a5b2ffb94543c57a14f8260 (patch) | |
tree | fc48bee347dad1c6100468c2169d34152e2daac1 /net/sunrpc/auth_gss/auth_gss.c | |
parent | 68adb0af51ebccb72ffb14d49cb8121b1afc4259 (diff) | |
download | linux-stable-8f8e7a50f450fcb86a5b2ffb94543c57a14f8260.tar.gz linux-stable-8f8e7a50f450fcb86a5b2ffb94543c57a14f8260.tar.bz2 linux-stable-8f8e7a50f450fcb86a5b2ffb94543c57a14f8260.zip |
SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs
rpc_unlink() and rpc_rmdir() will dput the dentry reference for you.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
(cherry picked from a05a57effa71a1f67ccbfc52335c10c8b85f3f6a commit)
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index beaa7b848246..ef1cf5b476c8 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c @@ -719,7 +719,6 @@ gss_destroy(struct rpc_auth *auth) gss_auth = container_of(auth, struct gss_auth, rpc_auth); rpc_unlink(gss_auth->dentry); - dput(gss_auth->dentry); gss_auth->dentry = NULL; gss_mech_put(gss_auth->mech); |