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)
commit15e1c960227dc22d976c270fc854dfe363c04bbd
tree89824d6966f1a9ff0ae8a4a889087d8d3a548371
parent8e2e00473598dd5379d8408cb974dade000acafc
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>
fs/gfs2/file.c
This page took 0.028992 seconds and 5 git commands to generate.