commit | 60dcedc9972d136fab1600c919dd32080bcc26f7 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Nov 02 20:43:21 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 23 12:11:25 2016 -0800 |
tree | 8d51a064a1a9633ce35bc3b40633c284b10619da | |
parent | 126606c7a99b32ba8265a51fab01533fe40c9ecc [diff] |
f2fs: record inode updating status correctly We should record updating status of inode only for living inode, for those unlinked inode it needs to clear its ino cache, otherwise after the ino was been reused, it will cause unneeded node page writing during ->fsync. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>