From: Steven Whitehouse Date: Fri, 29 Jan 2010 15:20:34 +0000 (+0000) Subject: GFS2: Fix previous patch X-Git-Tag: v2.6.33-rc7~41^2~1 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=7fe3ec6fe58d2bfe97fe7a5d731c29299a8ffd35;p=safe%2Fjmp%2Flinux-2.6 GFS2: Fix previous patch The do_div() call needs to remain. Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 6702b82..46534a5 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -591,6 +591,7 @@ static int gfs2_ri_update(struct gfs2_inode *ip) u64 rgrp_count = ip->i_disksize; int error; + do_div(rgrp_count, sizeof(struct gfs2_rindex)); clear_rgrpdi(sdp); file_ra_state_init(&ra_state, inode->i_mapping);