From: Namjae Jeon Date: Thu, 23 May 2013 13:58:40 +0000 (+0900) Subject: f2fs: optimize several routines in node.h X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06a2416038d317a6430e453f5bc5fd81834554d;p=pandora-kernel.git f2fs: optimize several routines in node.h There are various functions with common code which could be separated out to make common routines. So, made new routines and in order to retain the same call path and no major changes, written some macros to access those routines. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed