aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 506af456412f..ecc3fd0ca6bb 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -431,6 +431,7 @@ struct f2fs_inode_info {
431 atomic_t dirty_pages; /* # of dirty pages */ 431 atomic_t dirty_pages; /* # of dirty pages */
432 f2fs_hash_t chash; /* hash value of given file name */ 432 f2fs_hash_t chash; /* hash value of given file name */
433 unsigned int clevel; /* maximum level of given file name */ 433 unsigned int clevel; /* maximum level of given file name */
434 struct task_struct *task; /* lookup and create consistency */
434 nid_t i_xattr_nid; /* node id that contains xattrs */ 435 nid_t i_xattr_nid; /* node id that contains xattrs */
435 unsigned long long xattr_ver; /* cp version of xattr modification */ 436 unsigned long long xattr_ver; /* cp version of xattr modification */
436 loff_t last_disk_size; /* lastly written file size */ 437 loff_t last_disk_size; /* lastly written file size */