diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2014-08-01 21:10:41 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2014-08-01 21:10:41 +0000 |
commit | 50867d802b534350d2bee81cf0858b8cd871b487 (patch) | |
tree | 7ce81fe06c3c67164e672e40de7e128c98669a0c /sys/fs/nfs/nfsclstate.h | |
parent | ba879dc5f5950146f01bba4a949fe57cdd5628a2 (diff) | |
download | FreeBSD-src-50867d802b534350d2bee81cf0858b8cd871b487.zip FreeBSD-src-50867d802b534350d2bee81cf0858b8cd871b487.tar.gz |
MFC: r268115
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
into head. The code is not believed to have any effect
on the semantics of non-NFSv4.1 server behaviour.
It is a rather large merge, but I am hoping that there will
not be any regressions for the NFS server.
Diffstat (limited to 'sys/fs/nfs/nfsclstate.h')
-rw-r--r-- | sys/fs/nfs/nfsclstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nfs/nfsclstate.h b/sys/fs/nfs/nfsclstate.h index aa2bfee..c66d68a 100644 --- a/sys/fs/nfs/nfsclstate.h +++ b/sys/fs/nfs/nfsclstate.h @@ -57,6 +57,7 @@ struct nfsclsession { struct mtx nfsess_mtx; struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS]; nfsquad_t nfsess_clientid; + SVCXPRT *nfsess_xprt; /* For backchannel callback */ uint32_t nfsess_slotseq[64]; /* Max for 64bit nm_slots */ uint64_t nfsess_slots; uint32_t nfsess_sequenceid; |