aboutsummaryrefslogtreecommitdiff
path: root/include/erofs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erofs/internal.h')
-rw-r--r--include/erofs/internal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/erofs/internal.h b/include/erofs/internal.h
index 46345e0..9fdff71 100644
--- a/include/erofs/internal.h
+++ b/include/erofs/internal.h
@@ -84,13 +84,14 @@ struct erofs_sb_info {
u32 feature_compat;
u32 feature_incompat;
- u64 build_time;
- u32 build_time_nsec;
- u8 extslots;
unsigned char islotbits;
unsigned char blkszbits;
+ u32 sb_size; /* total superblock size */
+ u32 build_time_nsec;
+ u64 build_time;
+
/* what we really care is nid, rather than ino.. */
erofs_nid_t root_nid;
/* used for statfs, f_files - f_favail */