commit | a06a2416038d317a6430e453f5bc5fd81834554d | [log] [tgz] |
---|---|---|
author | Namjae Jeon <namjae.jeon@samsung.com> | Thu May 23 22:58:40 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue May 28 15:03:05 2013 +0900 |
tree | ca102d6f073bfccb126c43fb45fe6991f46587fe | |
parent | 4777f86b7c0a587dde275a5c1ff3022b2e601313 [diff] |
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 <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>