nfsd4: don't treat readlink like a zero-copy operation
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 20 Jan 2014 22:08:27 +0000 (17:08 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 30 May 2014 21:32:05 +0000 (17:32 -0400)
commit476a7b1f4b2c9c38255653fa55157565be8b14be
treed44f678620c4789cb9679ddd6cbf8e52d8e8d314
parent3b299709091befc0e02aa33d55ddd5baef006853
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: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c