GFS2: Eliminate 64-bit divides
authorBob Peterson <rpeterso@redhat.com>
Fri, 20 Jul 2012 18:05:05 +0000 (14:05 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 20 Jul 2012 18:15:09 +0000 (19:15 +0100)
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>

No differences found