summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-04 19:47:46 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-04 20:13:49 +0200
commit55e47e40624f1c91f4e6af8d6ba17552dec152a2 (patch)
treec7c86def0cf68a2d93d72823c2fab9aa372c8ab7 /include
parenta86e2f471f5b8299823cf51feea0a50de4368f04 (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.h2
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;