-
- Downloads
SUNRPC: Move the bound cred to struct rpc_rqst
This will allow us to save the original generic cred in rpc_message, so
that if we migrate from one server to another, we can generate a new bound
cred without having to punt back to the NFS layer.
Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Showing
- fs/nfs/nfs2xdr.c 3 additions, 4 deletionsfs/nfs/nfs2xdr.c
- fs/nfs/nfs3xdr.c 4 additions, 4 deletionsfs/nfs/nfs3xdr.c
- fs/nfs/nfs4xdr.c 1 addition, 1 deletionfs/nfs/nfs4xdr.c
- include/linux/sunrpc/auth.h 0 additions, 2 deletionsinclude/linux/sunrpc/auth.h
- include/linux/sunrpc/xprt.h 1 addition, 0 deletionsinclude/linux/sunrpc/xprt.h
- net/sunrpc/auth.c 20 additions, 23 deletionsnet/sunrpc/auth.c
- net/sunrpc/auth_gss/auth_gss.c 11 additions, 11 deletionsnet/sunrpc/auth_gss/auth_gss.c
- net/sunrpc/auth_null.c 1 addition, 1 deletionnet/sunrpc/auth_null.c
- net/sunrpc/auth_unix.c 3 additions, 3 deletionsnet/sunrpc/auth_unix.c
- net/sunrpc/clnt.c 45 additions, 46 deletionsnet/sunrpc/clnt.c
- net/sunrpc/sched.c 1 addition, 1 deletionnet/sunrpc/sched.c
- net/sunrpc/xprt.c 2 additions, 0 deletionsnet/sunrpc/xprt.c
Loading
Please register or sign in to comment