X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=fs%2Fext4%2Fballoc.c;h=97b970e7dd130abdcb86d4ece7c6526718e05cf0;hb=bc5bbc4541c4098603edcf9b0b960a71741e79de;hp=adf96b822781b25234ea4a3301bd6330aed01c92;hpb=1cc26bada9f6807814806db2f0d78792eecdac71;p=deliverable%2Flinux.git diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index adf96b822781..97b970e7dd13 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -21,6 +21,8 @@ #include "ext4_jbd2.h" #include "mballoc.h" +#include + /* * balloc.c contains the blocks allocation and deallocation routines */ @@ -342,6 +344,7 @@ ext4_read_block_bitmap(struct super_block *sb, ext4_group_t block_group) * We do it here so the bitmap uptodate bit * get set with buffer lock held. */ + trace_ext4_read_block_bitmap_load(sb, block_group); set_bitmap_uptodate(bh); if (bh_submit_read(bh) < 0) { put_bh(bh);