commit | 420d2a1028b906f24e836e37089a6ad55ab1848f | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Sun Mar 18 16:05:27 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue May 01 09:10:42 2007 +0100 |
tree | a0fa71778dcec08d461aba2e75b045878b483498 | |
parent | 3b8249f6178cb2b68b9d683587797270125cc06a [diff] |
[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 <swhiteho@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org>