mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
nfs4.1: add BIND_CONN_TO_SESSION operation
This patch adds the BIND_CONN_TO_SESSION operation which is needed for upcoming SP4_MACH_CRED work and useful for recovering from broken connections without destroying the session. Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
d23d61c8d3
commit
7c44f1ae4a
5 changed files with 161 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
#define NFS4_CDFC4_FORE_OR_BOTH 0x3
|
||||
#define NFS4_CDFC4_BACK_OR_BOTH 0x7
|
||||
|
||||
#define NFS4_CDFS4_FORE 0x1
|
||||
#define NFS4_CDFS4_BACK 0x2
|
||||
#define NFS4_CDFS4_BOTH 0x3
|
||||
|
||||
#define NFS4_SET_TO_SERVER_TIME 0
|
||||
#define NFS4_SET_TO_CLIENT_TIME 1
|
||||
|
||||
|
@ -589,6 +593,7 @@ enum {
|
|||
NFSPROC4_CLNT_SECINFO,
|
||||
|
||||
/* nfs41 */
|
||||
NFSPROC4_CLNT_BIND_CONN_TO_SESSION,
|
||||
NFSPROC4_CLNT_EXCHANGE_ID,
|
||||
NFSPROC4_CLNT_CREATE_SESSION,
|
||||
NFSPROC4_CLNT_DESTROY_SESSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue