diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-21 02:32:20 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-21 02:42:47 +0200 |
commit | 64c4b80b7cd9d5adeeba30361ba3d91c45f26f00 (patch) | |
tree | df6a0823139c9477d78329048960426f48cf4937 /include | |
parent | 98b660135e142371431759c2a52a6ecb5457bb0d (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/sqfs/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |