commit | 476a7b1f4b2c9c38255653fa55157565be8b14be | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Jan 20 17:08:27 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:32:05 2014 -0400 |
tree | d44f678620c4789cb9679ddd6cbf8e52d8e8d314 | |
parent | 3b299709091befc0e02aa33d55ddd5baef006853 [diff] |
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>