From: Kinglong Mee Date: Mon, 9 Dec 2013 11:31:21 +0000 (+0800) Subject: nfsd: clean up an xdr reserved space calculation X-Git-Tag: v3.14-rc1~44^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f7b4a06c9704fa3cfe0b0601347e03289a7407;p=pandora-kernel.git nfsd: clean up an xdr reserved space calculation We should use XDR_LEN to calculate reserved space in case the oid is not a multiple of 4. RESERVE_SPACE actually rounds up for us, but it's probably better to be careful here. Signed-off-by: Kinglong Mee Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed