Commit f3b30912 authored by akpm@osdl.org's avatar akpm@osdl.org Committed by Steven Whitehouse
Browse files

[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2



i_blksize got removed in -mm.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 07903c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}