Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit cfe58f9d authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: avoid to wait all the node blocks during fsync



Previously, f2fs_sync_file() waits for all the node blocks to be written.
But, we don't need to do that, but wait only the inode-related node blocks.

This patch adds wait_on_node_pages_writeback() in which waits inode-related
node blocks that are on writeback.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent 44c60bf2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment