commit | 15e1c960227dc22d976c270fc854dfe363c04bbd | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Jul 20 14:05:05 2012 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jul 20 19:15:09 2012 +0100 |
tree | 89824d6966f1a9ff0ae8a4a889087d8d3a548371 | |
parent | 8e2e00473598dd5379d8408cb974dade000acafc [diff] |
GFS2: Eliminate 64-bit divides This patch removes the 64-bit divides introduced in the previous patch in favor of shifting, so that it will compile properly on 32-bit machines. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>