]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 28 May 2014 18:52:58 +0000 (14:52 -0400)
commit68f1a828e5190cf7a16e4de98a267754237185a8
tree30c9db36c9f618764142cd0c6cedda9aa0e3d517
parent1eeb0548a6944f1be111d8fc1fbad662cba7dd00
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