]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
f2fs: fix to enlarge size of write_io_dummy mempool
authorChao Yu <yuchao0@huawei.com>
Mon, 27 Feb 2017 10:43:13 +0000 (18:43 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 27 Feb 2017 18:40:10 +0000 (10:40 -0800)
commita3ebfe4fd89794df8b2f357ac5f665052e74b4f9
tree2c68a2f5fde20c5da9551560726c9a5263ce213c
parentb6895e8f99cd8e98056346c42732236b958aab83
f2fs: fix to enlarge size of write_io_dummy mempool

It needs to double cache size of write_io_dummy mempool, otherwise we may
run out of cache in scenraio of Data/Node IOs were issued concurrently.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c