kernel_optimize_test/fs/f2fs
Changman Lee 94787d91cb f2fs: remove repeated F2FS_SET_SB_DIRT call
F2FS_SET_SB_DIRT is called in inc_page_count and
it is directly called one more time in the next line.

Signed-off-by: Changman Lee <cm224.lee@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-02-12 07:15:01 +09:00
..
acl.c
acl.h
checkpoint.c f2fs: remove repeated F2FS_SET_SB_DIRT call 2013-02-12 07:15:01 +09:00
data.c
debug.c f2fs: add device name in debugfs 2013-02-12 07:15:01 +09:00
dir.c
f2fs.h f2fs: avoid balanc_fs during evict_inode 2013-02-12 07:15:01 +09:00
file.c f2fs: stop repeated checking if cp is needed 2013-02-12 07:15:01 +09:00
gc.c f2fs: avoid balanc_fs during evict_inode 2013-02-12 07:15:01 +09:00
gc.h
hash.c
inode.c f2fs: avoid balanc_fs during evict_inode 2013-02-12 07:15:01 +09:00
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c f2fs: avoid balanc_fs during evict_inode 2013-02-12 07:15:01 +09:00
segment.c
segment.h
super.c f2fs: when check superblock failed, try to check another superblock 2013-02-12 07:15:01 +09:00
xattr.c
xattr.h