commit | 8223ecc456d079ef9b7a1fed237134cf62e9e870 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Aug 28 17:33:38 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Sep 16 08:38:49 2019 -0700 |
tree | baa5c5baa2bba54e4cecc1599df0b37e8f1e039e | |
parent | 9720ee80aa183c6463b3e8c68f51eb979583d0ea [diff] |
f2fs: fix to add missing F2FS_IO_ALIGNED() condition In f2fs_allocate_data_block(), we will reset fio.retry for IO alignment feature instead of IO serialization feature. In addition, spread F2FS_IO_ALIGNED() to check IO alignment feature status explicitly. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>