From: Jeff Layton Date: Tue, 9 Jun 2015 23:43:58 +0000 (-0400) Subject: nfs: update maxsz values for SETCLIENTID and EXCHANGE_ID X-Git-Tag: omap-for-v4.2/fixes-rc1^2~39^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8fb2f595e8009ad245d564b7a443d108a2334cd;p=pandora-kernel.git nfs: update maxsz values for SETCLIENTID and EXCHANGE_ID The spec allows for up to NFS4_OPAQUE_LIMIT (1k). While we'll almost certainly never use that much, these ops are generally the only ones in the compound so we might as well allow for them to be that large. Also, the existing code didn't add in a word for the opaque length field for either name string. Fix that while we're in there. Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed