From 55e47e40624f1c91f4e6af8d6ba17552dec152a2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 4 Jul 2019 19:47:46 +0200 Subject: Fix: simplify deduction logic for squashfs inode type Signed-off-by: David Oberhollenzer --- include/squashfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/squashfs.h b/include/squashfs.h index 6e2214b..01047cf 100644 --- a/include/squashfs.h +++ b/include/squashfs.h @@ -14,8 +14,6 @@ #define SQFS_DEVBLK_SIZE 4096 #define SQFS_MAX_DIR_ENT 256 -#define SQFS_INODE_EXT_TYPE(type) ((type) - 1 + 8) - typedef struct { uint32_t magic; uint32_t inode_count; -- cgit v1.2.3