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)
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

Simple merge