From: Haicheng Li Date: Mon, 6 May 2013 15:15:42 +0000 (+0800) Subject: f2fs: code cleanup for scan_nat_page() and build_free_nids() X-Git-Tag: v3.10-rc1~45^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8760952d92b2fd2310fac340ff5bcdf3ada500d7;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed