]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/buffer_head.h
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / include / linux / buffer_head.h
index 464f068f8b168eaf3bb5b89c99345497e068f612..fb7e9b7ccbe312bf29ecada865da27dc152fb51d 100644 (file)
@@ -280,6 +280,7 @@ map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block)
        set_buffer_mapped(bh);
        bh->b_bdev = sb->s_bdev;
        bh->b_blocknr = block;
+       bh->b_size = sb->s_blocksize;
 }
 
 /*