You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
f2fs: cleanup waiting routine for writeback pages in cp
use genernal method supported by kernel o changes from v1 If any waiter exists at end io, wake up it. Signed-off-by: Changman Lee <cm224.lee@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
committed by
Jaegeuk Kim
parent
3b03f72445
commit
fb51b5ef9c
+1
-1
@@ -372,7 +372,7 @@ struct f2fs_sb_info {
|
||||
struct mutex writepages; /* mutex for writepages() */
|
||||
bool por_doing; /* recovery is doing or not */
|
||||
bool on_build_free_nids; /* build_free_nids is doing */
|
||||
struct task_struct *cp_task; /* checkpoint task */
|
||||
wait_queue_head_t cp_wait;
|
||||
|
||||
/* for orphan inode management */
|
||||
struct list_head orphan_inode_list; /* orphan inode list */
|
||||
|
||||
Reference in New Issue
Block a user