commit | 59c9081bc86ef0b273a41abf2c1f413301429a6d | [log] [tgz] |
---|---|---|
author | Yunlei He <heyunlei@huawei.com> | Mon Mar 13 20:22:18 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Sat Mar 25 00:19:37 2017 -0700 |
tree | 64297b01f018b2eff6ae04e6668a06e4eafcba97 | |
parent | 22588f8773f687449ce6e97dce9f102553440d30 [diff] |
f2fs: allow write page cache when writting cp This patch allow write data to normal file when writting new checkpoint. We relax three limitations for write_begin path: 1. data allocation 2. node allocation 3. variables in checkpoint Signed-off-by: Yunlei He <heyunlei@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>