From: J. Bruce Fields Date: Fri, 7 Mar 2014 16:43:58 +0000 (-0500) Subject: nfsd4: READ, READDIR, etc., are idempotent X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b648699afa00de0cfe679a4733bef593faaa3a4;p=pandora-kernel.git nfsd4: READ, READDIR, etc., are idempotent OP_MODIFIES_SOMETHING flags operations that we should be careful not to initiate without being sure we have the buffer space to encode a reply. None of these ops fall into that category. We could probably remove a few more, but this isn't a very important problem at least for ops whose reply size is easy to estimate. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed