diff options
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index eb8c45b65fe5..c1c9670e642f 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -181,6 +181,7 @@ struct f2fs_inode_info { | |||
181 | f2fs_hash_t chash; /* hash value of given file name */ | 181 | f2fs_hash_t chash; /* hash value of given file name */ |
182 | unsigned int clevel; /* maximum level of given file name */ | 182 | unsigned int clevel; /* maximum level of given file name */ |
183 | nid_t i_xattr_nid; /* node id that contains xattrs */ | 183 | nid_t i_xattr_nid; /* node id that contains xattrs */ |
184 | unsigned long long xattr_ver; /* cp version of xattr modification */ | ||
184 | struct extent_info ext; /* in-memory extent cache entry */ | 185 | struct extent_info ext; /* in-memory extent cache entry */ |
185 | }; | 186 | }; |
186 | 187 | ||