commit | a5fd505092863c520ddf26bd188716b532c1efcf | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Nov 06 22:51:45 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Nov 06 17:01:20 2017 -0800 |
tree | 246d2326c249c6eb90b4677aed01dd0be017ea9d | |
parent | e8ed90a6d9a478938ef967a474a5c2a398759f4d [diff] |
f2fs: trace checkpoint reason in fsync() This patch slightly changes need_do_checkpoint to return the detail info that indicates why we need do checkpoint, then caller could print it with trace message. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>