diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2010-01-29 10:20:34 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-02-01 05:00:23 -0500 |
commit | 7fe3ec6fe58d2bfe97fe7a5d731c29299a8ffd35 (patch) | |
tree | 11f06ae31f0f1f843ca6db94318c168ac2e0b2b2 /fs/gfs2/rgrp.c | |
parent | 55f0b4c546d1c87cccba63dc0fc5eb70e2b41733 (diff) |
GFS2: Fix previous patch
The do_div() call needs to remain.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 6702b82b375c..46534a554cce 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c | |||
@@ -591,6 +591,7 @@ static int gfs2_ri_update(struct gfs2_inode *ip) | |||
591 | u64 rgrp_count = ip->i_disksize; | 591 | u64 rgrp_count = ip->i_disksize; |
592 | int error; | 592 | int error; |
593 | 593 | ||
594 | do_div(rgrp_count, sizeof(struct gfs2_rindex)); | ||
594 | clear_rgrpdi(sdp); | 595 | clear_rgrpdi(sdp); |
595 | 596 | ||
596 | file_ra_state_init(&ra_state, inode->i_mapping); | 597 | file_ra_state_init(&ra_state, inode->i_mapping); |