commit | 5dc2ee02fdd98234a646f7f793bc9d9db4cc5a7c | [log] [tgz] |
---|---|---|
author | Dehe Gu <gudehe@huawei.com> | Tue Feb 02 17:39:22 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 04 11:37:46 2021 +0100 |
tree | dfa663fd323e5387e77b6260bf84fcce8049dc5e | |
parent | c1b18119d82b2a4be109645332594f77c111319d [diff] |
f2fs: fix a wrong condition in __submit_bio [ Upstream commit 39f71b7e40e21805d6b15fc7750bdd9cab6a5010 ] We should use !F2FS_IO_ALIGNED() to check and submit_io directly. Fixes: 8223ecc456d0 ("f2fs: fix to add missing F2FS_IO_ALIGNED() condition") Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Dehe Gu <gudehe@huawei.com> Signed-off-by: Ge Qiu <qiuge@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>