From 64322709a908560f6d08ffc6f50a42f1c1be51dc Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 17 Aug 2019 19:50:17 +0200 Subject: Restructure data writer around passing block_t structures Signed-off-by: David Oberhollenzer --- include/data_writer.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/data_writer.h') diff --git a/include/data_writer.h b/include/data_writer.h index bd7532d..70ae879 100644 --- a/include/data_writer.h +++ b/include/data_writer.h @@ -21,11 +21,8 @@ enum { block, even if it is incomplete. */ DW_DONT_FRAGMENT = 0x01, - /* Intentionally write all blocks uncompressed. This implies - DW_DONT_FRAGMENT since sharing a fragment block with other files - would otherwise require the entire fragment block to be - uncompressed. */ - DW_DONT_COMPRESS = 0x03, + /* Intentionally write all blocks uncompressed. */ + DW_DONT_COMPRESS = 0x02, /* Make sure the first block of a file is alligned to device block size */ -- cgit v1.2.3