Skip to content
Commit 476a7b1f authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: don't treat readlink like a zero-copy operation



There's no advantage to this zero-copy-style readlink encoding, and it
unnecessarily limits the kinds of compounds we can handle.  (In practice
I can't see why a client would want e.g. multiple readlink calls in a
comound, but it's probably a spec violation for us not to handle it.)

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 3b299709
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