From 64c4b80b7cd9d5adeeba30361ba3d91c45f26f00 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 21 May 2020 02:32:20 +0200 Subject: Fix the semantics of the super block deduplication Its purely informational, but make sure other programs don't print out scary messages that imply the data has been ineficiently. Signed-off-by: David Oberhollenzer --- include/sqfs/super.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sqfs/super.h b/include/sqfs/super.h index d275ec1..cdf8029 100644 --- a/include/sqfs/super.h +++ b/include/sqfs/super.h @@ -237,7 +237,7 @@ typedef enum { /** * @brief Set to indicate that data blocks have not been deduplicated. */ - SQFS_FLAG_DUPLICATES = 0x0040, + SQFS_FLAG_NO_DUPLICATES = 0x0040, /** * @brief Set to indicate that an NFS export table is present. -- cgit v1.2.3