From: Namjae Jeon Date: Sat, 2 Mar 2013 03:41:31 +0000 (+0900) Subject: f2fs: avoid extra ++ while returning from get_node_path X-Git-Tag: v3.10-rc1~45^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c0a6e529b56ca010e1f46239edd07c1b484b63;p=pandora-kernel.git f2fs: avoid extra ++ while returning from get_node_path In all the breaking conditions in get_node_path, 'n' is used to track index in offset[] array, but while breaking out also, in all paths n++ is done. So, remove the ++ from breaking paths. Also, avoid reset of 'level=0' in first case. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed