From: J. Bruce Fields Date: Mon, 20 Jan 2014 22:08:27 +0000 (-0500) Subject: nfsd4: don't treat readlink like a zero-copy operation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476a7b1f4b2c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed