f2fs: code cleanup for scan_nat_page() and build_free_nids()
authorHaicheng Li <haicheng.li@linux.intel.com>
Mon, 6 May 2013 15:15:42 +0000 (23:15 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 8 May 2013 10:54:21 +0000 (19:54 +0900)
commit8760952d92b2fd2310fac340ff5bcdf3ada500d7
tree395325ca7bc37bb1dac9efa2aae9cfcade939234
parent95630cbadc3588abff24a4b1989b72c943b27512
f2fs: code cleanup for scan_nat_page() and build_free_nids()

This patch does two cleanups:
1. remove unused variable "fcnt" in build_free_nids().
2. make scan_nat_page() as void type and remove useless variable "fcnt".

Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/node.c