From: J. Bruce Fields Date: Fri, 19 Dec 2014 23:01:35 +0000 (-0500) Subject: nfsd4: tweak rd_dircount accounting X-Git-Tag: fixes-v4.0-rc1~122^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec016e3e02fe07e7250b87daffab611f219e7f1;p=pandora-kernel.git nfsd4: tweak rd_dircount accounting RFC 3530 14.2.24 says This value represents the length of the names of the directory entries and the cookie value for these entries. This length represents the XDR encoding of the data (names and cookies)... The "xdr encoding" of the name should probably include the 4 bytes for the length. But this is all just a hint so not worth e.g. backporting to stable. Also reshuffle some lines to more clearly group together the dircount-related code. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed