f2fs: push some variables to debug part
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 23 May 2013 13:57:53 +0000 (22:57 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:48 +0000 (11:43 +0900)
commit0dc2645221feb0055b0d7df5b3a44c5d07b20c06
tree9aae5cdff4a3f05c1a5fa2c3e111998db25dce3f
parentb497c6a690b3544e46463647faa5f9cffe0ad1a1
f2fs: push some variables to debug part

Some, counters are needed only for the statistical information
while debugging.
So, those can be controlled using CONFIG_F2FS_STAT_FS,
pushing the usage for few variables under this flag.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/segment.c