From: Jaegeuk Kim Date: Wed, 26 Dec 2012 03:03:22 +0000 (+0900) Subject: f2fs: clean up the start_bidx_of_node function X-Git-Tag: v3.8-rc3~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce19a5d4321911f98d42e4d724630ae48f413719;p=pandora-kernel.git f2fs: clean up the start_bidx_of_node function This patch also resolves the following warning reported by kbuild test robot. fs/f2fs/gc.c: In function 'start_bidx_of_node': fs/f2fs/gc.c:453:21: warning: 'bidx' may be used uninitialized in this function Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed