From 2c661f100fbe6c13e7aaef2ea3c9bef546246bb2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 11 Jun 2019 00:46:19 +0200 Subject: cleanup: remove the linked list of fragment relations Don't need that, we already know the index when we write add the fragment. Signed-off-by: David Oberhollenzer --- include/fstree.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/fstree.h b/include/fstree.h index ef2ffb1..3979503 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -55,14 +55,6 @@ struct file_info_t { /* Path to the input file. */ char *input_file; - /* Linked list pointer for aggregating fragments - - When writing out data blocks, files that don't have a multiple of - the block size have their tail ends gathered in a fragment block. - A linked list is used to keep track of which files share the same - fragment block. */ - file_info_t *frag_next; - uint64_t size; /* Absolute position of the first data block. */ -- cgit v1.2.3