summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 78777cdb89de..63813befdd82 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -430,6 +430,10 @@ struct f2fs_sb_info {
430#endif 430#endif
431 unsigned int last_victim[2]; /* last victim segment # */ 431 unsigned int last_victim[2]; /* last victim segment # */
432 spinlock_t stat_lock; /* lock for stat operations */ 432 spinlock_t stat_lock; /* lock for stat operations */
433
434 /* For sysfs suppport */
435 struct kobject s_kobj;
436 struct completion s_kobj_unregister;
433}; 437};
434 438
435/* 439/*