aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/ops_fstype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c
index 79f9bb365f10..5537798af381 100644
--- a/fs/gfs2/ops_fstype.c
+++ b/fs/gfs2/ops_fstype.c
@@ -332,7 +332,7 @@ static int map_journal_extents(struct gfs2_sbd *sdp)
332 INIT_LIST_HEAD(&jd->extent_list); 332 INIT_LIST_HEAD(&jd->extent_list);
333 prev_db = 0; 333 prev_db = 0;
334 334
335 for (lb = 0; lb < ip->i_di.di_size / sdp->sd_sb.sb_bsize; lb++) { 335 for (lb = 0; lb < ip->i_di.di_size >> sdp->sd_sb.sb_bsize_shift; lb++) {
336 bh.b_state = 0; 336 bh.b_state = 0;
337 bh.b_blocknr = 0; 337 bh.b_blocknr = 0;
338 bh.b_size = 1 << ip->i_inode.i_blkbits; 338 bh.b_size = 1 << ip->i_inode.i_blkbits;