On 23 Jul 2019, at 17:21, Diyu Zhou wrote:
Hey,
I just started studying the Linux NFS code and I found the comments on
file
/fs/nfsd/nfs4state.c right above function nfs4_open_delegation,
saying: "
Attempt to hand out a delegation. Note we don't support write
delegations, and
won't until the vfs has proper support for them."
Does that mean the current implementation of nfs4 in Linux does not
support
write delegation?
Hi Diyu,
The linux NFS server does not give out write delegations yet, but the
linux
NFS client is capable of using them.
Ben