f2fs: submit bio for node blocks in the reclaim path
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 19 Nov 2014 18:54:48 +0000 (10:54 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 20 Nov 2014 06:49:32 +0000 (22:49 -0800)
commit27c6bd60ac9bf8114f6bb41eda6addc16a6b76a9
treedfd15f37f6fa4c32c4d24992d95f6d8ff0c11e75
parent67298804f34452a53a9ec9e609d95aa35084132b
f2fs: submit bio for node blocks in the reclaim path

If a node page is request to be written during the reclaiming path, we should
submit the bio to avoid pending to recliam it.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c
This page took 0.032587 seconds and 5 git commands to generate.