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 308967b71674..171c52fc95bb 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -362,6 +362,7 @@ struct f2fs_sb_info { | |||
362 | struct mutex writepages; /* mutex for writepages() */ | 362 | struct mutex writepages; /* mutex for writepages() */ |
363 | int por_doing; /* recovery is doing or not */ | 363 | int por_doing; /* recovery is doing or not */ |
364 | int on_build_free_nids; /* build_free_nids is doing */ | 364 | int on_build_free_nids; /* build_free_nids is doing */ |
365 | struct task_struct *cp_task; /* checkpoint task */ | ||
365 | 366 | ||
366 | /* for orphan inode management */ | 367 | /* for orphan inode management */ |
367 | struct list_head orphan_inode_list; /* orphan inode list */ | 368 | struct list_head orphan_inode_list; /* orphan inode list */ |