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)
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>

No differences found