Skip to content

Commit

Permalink
[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-defaul…
Browse files Browse the repository at this point in the history
…t-vs-gfs2

i_blksize got removed in -mm.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
akpm@osdl.org authored and Steven Whitehouse committed Sep 19, 2006
1 parent 07903c0 commit f3b3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static int gfs2_block_pointers(struct inode *inode, u64 lblock, int create,
boundary = lookup_block(ip, bh, end_of_metadata, mp, 0, &new, &eblock);
if (eblock != ++dblock)
break;
bh_map->b_size += inode->i_blksize;
bh_map->b_size += (1 << inode->i_blkbits);
if (boundary)
set_buffer_boundary(bh_map);
}
Expand Down

0 comments on commit f3b3091

Please sign in to comment.