f2fs: submit cached bio to avoid endless PageWriteback
When migrating encrypted block from background GC thread, we only add them into f2fs inner bio cache, but forget to submit the cached bio, it may cause potential deadlock when we are waiting page writebacked, fix it. Change-Id: I3e0f31c8825e5d7a33bad296562a2a652236f5ef Signed-off-by:Chao Yu <yuchao0@huawei.com> Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org> Git-commit: 1b456ddbaa5457c807f7315d5e0f1188c88a6ddc Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/ [stummala@codeaurora.org: Back port the change] Signed-off-by:
Sahitya Tummala <stummala@codeaurora.org>
Loading
Please register or sign in to comment