From: Jie Liu Date: Tue, 13 Aug 2013 05:32:00 +0000 (+0800) Subject: xfs: call roundup_64() to calculate the min_logblks X-Git-Tag: v3.12-rc1~80^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2bcc0735f4ab052559b539f3fcab4087187232;p=pandora-kernel.git xfs: call roundup_64() to calculate the min_logblks Replace roundup() with roundup_64() as we calculate min_logblks with 64-bit divisions. Hence, call roundup() will cause the following error while compiling a 32-bit kernel: fs/built-in.o: In function `xfs_log_calc_minimum_size': fs/xfs/xfs_log_rlimit.c:140: undefined reference to `__udivdi3' Reported-by: Fengguang Wu Cc: Dave Chinner Signed-off-by: Jie Liu Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed