From: Benny Halevy Date: Tue, 12 Aug 2008 17:44:41 +0000 (+0300) Subject: nfsd: fix nfsd4_encode_open buffer space reservation X-Git-Tag: v2.6.28-rc1~576^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5033b77a931a12bc7395c1834fa50f6d477be3ae;p=pandora-kernel.git nfsd: fix nfsd4_encode_open buffer space reservation nfsd4_encode_open first reservation is currently for 36 + sizeof(stateid_t) while it writes after the stateid a cinfo (20 bytes) and 5 more 4-bytes words, for a total of 40 + sizeof(stateid_t). Signed-off-by: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed