git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c60bf
)
f2fs: avoid to wait all the node blocks during fsync
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Thu, 31 Oct 2013 05:57:01 +0000
(14:57 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Thu, 31 Oct 2013 07:01:03 +0000
(16:01 +0900)
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: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found