f2fs: introduce cp_control structure
authorJaegeuk Kim <jaegeuk@kernel.org>
Sun, 21 Sep 2014 04:57:51 +0000 (21:57 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 30 Sep 2014 22:01:28 +0000 (15:01 -0700)
commit75ab4cb8301adb3a02a96c5c03c837ed941f1bc5
tree30a8db554b044b90a8ba59ca0bac2afb5ddb59d3
parent95dd89730119b97d82f9edc806757cef737703e5
f2fs: introduce cp_control structure

This patch add a new data structure to control checkpoint parameters.
Currently, it presents the reason of checkpoint such as is_umount and normal
sync.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/recovery.c
fs/f2fs/super.c
include/trace/events/f2fs.h