From: Steven Whitehouse Date: Sun, 18 Mar 2007 16:05:27 +0000 (+0000) Subject: [GFS2] Fix a bug on i386 due to evaluation order X-Git-Tag: v2.6.22-rc1~820^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420d2a1028b906f24e836e37089a6ad55ab1848f;p=pandora-kernel.git [GFS2] Fix a bug on i386 due to evaluation order Since gcc didn't evaluate the last two terms of the expression in glock.c:1881 as a constant expression, it resulted in an error on i386 due to the lack of a 64bit divide instruction. This adds some brackets to fix the problem. This was reported by Andrew Morton. Signed-off-by: Steven Whitehouse Cc: Andrew Morton --- Reading git-diff-tree failed