commit | 48018b4cfd07dd2df9a067fb3a6a3221c19eed11 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Thu Sep 13 07:40:53 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 16 09:36:59 2018 -0700 |
tree | c4b5d1d2b4486d0fec7dfee36f93f43d9ebbcb8b | |
parent | 4354994f097d068a894aa1a0860da54571df3582 [diff] |
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. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>