From: Mi Jinlong Date: Thu, 10 Mar 2011 09:43:37 +0000 (+0800) Subject: nfs41: make sure nfs server return right ca_maxresponsesize_cached X-Git-Tag: v2.6.39-rc1~93^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b217439fd1d8f7857175f063113f4d1d66306c;p=pandora-kernel.git nfs41: make sure nfs server return right ca_maxresponsesize_cached According to rfc5661, ca_maxresponsesize_cached: Like ca_maxresponsesize, but the maximum size of a reply that will be stored in the reply cache (Section 2.10.6.1). For each channel, the server MAY decrease this value, but MUST NOT increase it. the latest kernel(2.6.38-rc8) may increase the value for ignoring request's ca_maxresponsesize_cached value. We should not ignore it. Signed-off-by: Mi Jinlong Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed