From 8ef9f10b20e313db5edd0b9c11ecdd8690812b8d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 9 Sep 2019 11:45:26 +0200 Subject: Remove ad-hoc image size accounting Much simpler to just set the correct size in the end, before writing the super block. Signed-off-by: David Oberhollenzer --- include/sqfs/table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sqfs') diff --git a/include/sqfs/table.h b/include/sqfs/table.h index 7767b9a..010d5f9 100644 --- a/include/sqfs/table.h +++ b/include/sqfs/table.h @@ -24,8 +24,7 @@ extern "C" { Returns 0 on success. Internally prints error messages to stderr. */ -SQFS_API int sqfs_write_table(sqfs_file_t *file, sqfs_super_t *super, - sqfs_compressor_t *cmp, +SQFS_API int sqfs_write_table(sqfs_file_t *file, sqfs_compressor_t *cmp, const void *data, size_t table_size, uint64_t *start); -- cgit v1.2.3