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.
Regards,
Bob Peterson
Red Hat File Systems
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
---
commit 050bf58948473a5c83e22f3db046f52a9ffa4cce
Author: Bob Peterson <rpeterso@redhat.com>
Date: Fri Jul 20 12:59:43 2012 -0500
GFS2: Eliminate 64-bit divides
This patch removes the 64-bit divides in favor of shifting, so that
it will compile properly on 32-bit machines.
---
fs/gfs2/file.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)