diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-04 19:47:46 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-04 20:13:49 +0200 |
commit | 55e47e40624f1c91f4e6af8d6ba17552dec152a2 (patch) | |
tree | c7c86def0cf68a2d93d72823c2fab9aa372c8ab7 /include | |
parent | a86e2f471f5b8299823cf51feea0a50de4368f04 (diff) |
Fix: simplify deduction logic for squashfs inode type
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/squashfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |