android_kernel_samsung_univ.../fs/f2fs
Namjae Jeon 25c0a6e529 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 <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-03-18 21:00:36 +09:00
..
acl.c
acl.h
checkpoint.c
data.c f2fs: introduce readahead mode of node pages 2013-03-18 21:00:33 +09:00
debug.c
dir.c f2fs: align f2fs maximum name length to linux based filesystem 2013-03-18 21:00:35 +09:00
f2fs.h f2fs: introduce readahead mode of node pages 2013-03-18 21:00:33 +09:00
file.c f2fs: introduce readahead mode of node pages 2013-03-18 21:00:33 +09:00
gc.c
gc.h
hash.c
inode.c
Kconfig
Makefile
namei.c f2fs: align f2fs maximum name length to linux based filesystem 2013-03-18 21:00:35 +09:00
node.c f2fs: avoid extra ++ while returning from get_node_path 2013-03-18 21:00:36 +09:00
node.h
recovery.c f2fs: introduce readahead mode of node pages 2013-03-18 21:00:33 +09:00
segment.c
segment.h
super.c f2fs: align f2fs maximum name length to linux based filesystem 2013-03-18 21:00:35 +09:00
xattr.c
xattr.h