summaryrefslogtreecommitdiff
path: root/fs/Makefile
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-09-26 02:34:50 (GMT)
committerJaegeuk Kim <jaegeuk@kernel.org>2015-10-09 23:20:54 (GMT)
commit90b803e6fb6243922bff9ddd8a6205c17cb93b31 (patch)
tree197cfe1aca85ed407167d7bcbbbde9c7fe96f15f /fs/Makefile
parent7223554133c3f72809ea6ddbf0d8464e7c70c1b1 (diff)
downloadlinux-90b803e6fb6243922bff9ddd8a6205c17cb93b31.tar.xz
f2fs: do not skip dentry block writes
Previously, we skip dentry block writes when wbc is SYNC_NONE with no memory pressure and the number of dirty pages is pretty small. But, we didn't skip for normal data writes, which gives us not much big impact on overall performance. Moreover, by skipping some data writes, kworker falls into infinite loop to try to write blocks, when many dir inodes have only one dentry block. So, this patch removes skipping data writes. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/Makefile')
0 files changed, 0 insertions, 0 deletions