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 05c652493f04..469779ab1d77 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -210,6 +210,7 @@ struct f2fs_inode_info { | |||
210 | 210 | ||
211 | /* Use below internally in f2fs*/ | 211 | /* Use below internally in f2fs*/ |
212 | unsigned long flags; /* use to pass per-file flags */ | 212 | unsigned long flags; /* use to pass per-file flags */ |
213 | struct rw_semaphore i_sem; /* protect fi info */ | ||
213 | atomic_t dirty_dents; /* # of dirty dentry pages */ | 214 | atomic_t dirty_dents; /* # of dirty dentry pages */ |
214 | f2fs_hash_t chash; /* hash value of given file name */ | 215 | f2fs_hash_t chash; /* hash value of given file name */ |
215 | unsigned int clevel; /* maximum level of given file name */ | 216 | unsigned int clevel; /* maximum level of given file name */ |