diff options
Diffstat (limited to 'include/erofs/internal.h')
-rw-r--r-- | include/erofs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erofs/internal.h b/include/erofs/internal.h index 5384946..25ce7b5 100644 --- a/include/erofs/internal.h +++ b/include/erofs/internal.h @@ -61,7 +61,7 @@ struct erofs_sb_info { extern struct erofs_sb_info sbi; struct erofs_inode { - struct list_head i_hash, i_subdirs; + struct list_head i_hash, i_subdirs, i_xattrs; unsigned int i_count; struct erofs_inode *i_parent; |