Browse Source

GFS2: Fix previous patch

The do_div() call needs to remain.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Steven Whitehouse 15 years ago
parent
commit
7fe3ec6fe5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/gfs2/rgrp.c

+ 1 - 0
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);