summaryrefslogtreecommitdiff
path: root/src/journal.c
diff options
context:
space:
mode:
authorrobi <robi>2010-09-24 02:03:00 +0000
committerrobi <robi>2010-09-24 02:03:00 +0000
commit2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c (patch)
tree62226f1e1439c8c1e7241722fe86bfcb2e728528 /src/journal.c
parent2a7afdee4772f99afdc404bcafea2b70df1bead0 (diff)
magic functions
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);