Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 33a1e6ea authored by Jeff Layton's avatar Jeff Layton Committed by Chuck Lever
Browse files

nfsd: trivial GET_DIR_DELEGATION support


This adds basic infrastructure for handing GET_DIR_DELEGATION calls from
clients, including the decoders and encoders. For now, it always just
returns NFS4_OK + GDD4_UNAVAIL.

Eventually clients may start sending this operation, and it's better if
we can return GDD4_UNAVAIL instead of having to abort the whole compound.

Signed-off-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 38f080f3
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment