From 8760952d92b2fd2310fac340ff5bcdf3ada500d7 Mon Sep 17 00:00:00 2001 From: Haicheng Li Date: Mon, 6 May 2013 23:15:42 +0800 Subject: [PATCH] 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-format-patch failed