f2fs: push some variables to debug part
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 23 May 2013 13:57:53 +0000 (22:57 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 28 May 2013 06:03:05 +0000 (15:03 +0900)
commit35b09d82c3cf3fc0b8b6d923e7fd82ff7926aafc
treee92d7f02e6bbd19c194cd6363f1c5b0545e20523
parenta9841c4dbbdd8a2fb919ea305ffa95ab5ec80af2
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