SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:09 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:09 +0000 (13:44 -0500)
commit12de3b35ea549c5819f287508d7afab0bf3ac44d
treec1b7f96236c4b19bcd911705017bf31bcbc2b605
parent24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08
SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry

If not, we cannot guarantee that idmap->idmap_dentry, gss_auth->dentry and
clnt->cl_dentry are valid dentries.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c
net/sunrpc/rpc_pipe.c