diff options
Diffstat (limited to 'fs/erofs/internal.h')
-rw-r--r-- | fs/erofs/internal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/erofs/internal.h b/fs/erofs/internal.h index f26191fe148b..4ac188d5d894 100644 --- a/fs/erofs/internal.h +++ b/fs/erofs/internal.h @@ -263,7 +263,10 @@ struct erofs_inode { unsigned short z_advise; unsigned char z_algorithmtype[2]; unsigned char z_lclusterbits; - unsigned long z_tailextent_headlcn; + union { + u64 z_tailextent_headlcn; + u64 z_extents; + }; erofs_off_t z_fragmentoff; unsigned short z_idata_size; }; |