kernel-fxtec-pro1x/fs/f2fs
Chao Yu 528e34593d f2fs: hide common code in f2fs_replace_block
This patch clean up codes through:
1.rename f2fs_replace_block to __f2fs_replace_block().
2.introduce new f2fs_replace_block() to include __f2fs_replace_block()
and some common related codes around __f2fs_replace_block().

Then, newly introduced function f2fs_replace_block can be used by
following patch.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-06-02 09:52:07 -07:00
..
acl.c
acl.h
checkpoint.c
crypto.c f2fs crypto: remove alloc_page for bounce_page 2015-06-01 16:21:10 -07:00
crypto_fname.c
crypto_key.c
crypto_policy.c
data.c
debug.c
dir.c
f2fs.h f2fs: hide common code in f2fs_replace_block 2015-06-02 09:52:07 -07:00
f2fs_crypto.h f2fs crypto: remove alloc_page for bounce_page 2015-06-01 16:21:10 -07:00
file.c f2fs: hide common code in f2fs_replace_block 2015-06-02 09:52:07 -07:00
gc.c
gc.h
hash.c
inline.c
inode.c
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c f2fs: hide common code in f2fs_replace_block 2015-06-02 09:52:07 -07:00
segment.c f2fs: hide common code in f2fs_replace_block 2015-06-02 09:52:07 -07:00
segment.h
super.c f2fs: disable the discard option when device doesn't support 2015-06-01 16:21:32 -07:00
trace.c
trace.h
xattr.c
xattr.h