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)
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>

No differences found