From: J. Bruce Fields Date: Sat, 17 Nov 2012 03:28:38 +0000 (-0500) Subject: nfsd4: simplify reading of opnum X-Git-Tag: v3.8-rc1~20^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a61b18c9b13987310d0f3ba13aa04af51f02a1c;p=pandora-kernel.git nfsd4: simplify reading of opnum The comment here is totally bogus: - OP_WRITE + 1 is RELEASE_LOCKOWNER. Maybe there was some older version of the spec in which that served as a sort of OP_ILLEGAL? No idea, but it's clearly wrong now. - In any case, I can't see that the spec says anything about what to do if the client sends us less ops than promised. It's clearly nutty client behavior, and we should do whatever's easiest: returning an xdr error (even though it won't be consistent with the error on the last op returned) seems fine to me. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed