commit | 79e35dc3c23dd2ac9f8681361026c82b71a0b006 | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Sat Jul 12 20:10:00 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jul 25 08:13:58 2014 -0700 |
tree | b39f183f6e6ef4c4863db07aa76b989812786467 | |
parent | f1121ab0ba9ab9c1592049533b511877600f409e [diff] |
f2fs: add f2fs_balance_fs for direct IO Otherwise, if a large amount of direct IO writes were done, the segment allocation may be failed because no enough segments are gced. Changes: v2: add f2fs_balance_fs into __get_data_block instead of f2fs_direct_IO. Signed-off-by: Huang, Ying <ying.huang@intel.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>