]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: submit bio at the reclaim path
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 24 Apr 2014 00:49:52 +0000 (09:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2014 03:14:01 +0000 (20:14 -0700)
commitfecb45f70819ed260fc801c27ef41bf573ee7739
tree4ebc6f419feab2aca9f1b4c15b682ed8db416712
parent7d9710389b7c1f975e290c0f1b557245a3abe0d5
f2fs: submit bio at the reclaim path

commit 2aea39eca6b68d6ae7eb545332df0695f56a3d3f upstream.

If f2fs_write_data_page is called through the reclaim path, we should submit
the bio right away.

This patch resolves the following issue that Marc Dietrich reported.
"It took me a while to bisect a problem which causes my ARM (tegra2) netbook to
frequently stall for 5-10 seconds when I enable EXA acceleration (opentegra
experimental ddx)."
And this patch fixes that.

Reported-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/data.c