From: Benny Halevy Date: Fri, 14 Aug 2009 14:19:18 +0000 (+0300) Subject: nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes X-Git-Tag: v2.6.32-rc1~412^2~48^2~7^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2220f13a8b90d2259f3094cb54cf4de67d8eee2d;p=pandora-kernel.git nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes This is already done by xdr_reserve_space and since encode_compound_hdr is adding a byte count to "12" which is already word aligned, the xdr level rounding will work just as well. Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed