From: Jan Kara <jack@xxxxxxx> Signed-off-by: Jan Kara <jack@xxxxxxx> --- lib/ext2fs/ext2fs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 613f0d1bcc91..13cbe567b19c 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -279,6 +279,8 @@ struct struct_ext2_filsys { io_channel journal_io; char *journal_name; + /* Private data for use by get_alloc_block() function */ + void *alloc_data; }; #if EXT2_FLAT_INCLUDES -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html