]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit40f2b6063769ed2fac143b6a81d3ba9efb981071
tree30a8db554b044b90a8ba59ca0bac2afb5ddb59d3
parent8308bc6447adc2f566d3b064ff9d96e117df2995
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