summaryrefslogtreecommitdiff
path: root/src/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.c')
-rw-r--r--src/journal.c4
1 files changed, 1 insertions, 3 deletions
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);