From 2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c Mon Sep 17 00:00:00 2001 From: robi Date: Fri, 24 Sep 2010 02:03:00 +0000 Subject: magic functions --- src/journal.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/journal.c') diff --git a/src/journal.c b/src/journal.c index 07006fc..e26d66b 100644 --- a/src/journal.c +++ b/src/journal.c @@ -834,7 +834,7 @@ return sum; -//create and init the the journal block bitmap +//create and init the journal block bitmap //return the count of all blockbitmap copies or 0 int init_block_bitmap_list(ext2fs_block_bitmap *d_bmap, __u32 t_after){ __u32 t; @@ -906,8 +906,6 @@ int next_block_bitmap(ext2fs_block_bitmap d_bmap){ if (jbbm.pointer->transaction < jbbm.first_trans) return 0; -// printf(" Transaction: %u ; Minimum ist %u \n", jbbm.pointer->transaction,jbbm.first_trans); - fs_bitmap = (struct ext2fs_struct_loc_generic_bitmap*) current_fs->block_map; df_bitmap = (struct ext2fs_struct_loc_generic_bitmap*) d_bmap; ext2fs_clear_block_bitmap(d_bmap); -- cgit v1.2.3