From 9d0ee99f1144cec4c00e04ce6a7e3f2653005df7 Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 25 Dec 2011 20:38:16 +0000 Subject: new partial step, recover in journal lost inodes --- src/journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal.h') diff --git a/src/journal.h b/src/journal.h index 1e90ca9..be28b85 100644 --- a/src/journal.h +++ b/src/journal.h @@ -76,5 +76,5 @@ int get_block_bitmap_list( journal_bitmap_tag_t**);//get a list of all copies of int init_block_bitmap_list(ext2fs_block_bitmap* , __u32); //create and init the the journal block bitmap void clear_block_bitmap_list(ext2fs_block_bitmap); //destroy the journal block bitmap int next_block_bitmap(ext2fs_block_bitmap); //produces a differential block bitmap for a transaction from the Journal - +int get_pool_block(unsigned char*); #endif -- cgit v1.2.3