SUNRPC: Add a downcall queue to struct rpc_inode
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 7 Jun 2007 19:31:36 +0000 (15:31 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:32 +0000 (23:40 -0400)
commit6e84c7b66a0aa0be16a7728d1e687c57978dac2c
tree0aa7ab3d44b1749dca78d554f1d18a5b6fad43ff
parent3b68aaeaf54065e5c44583a1d33ffb7793953ba4
SUNRPC: Add a downcall queue to struct rpc_inode

Currently, the downcall queue is tied to the struct gss_auth, which means
that different RPCSEC_GSS pseudoflavours must use different upcall pipes.
Add a list to struct rpc_inode that can be used instead.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/rpc_pipe_fs.h
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/rpc_pipe.c