linux/fs/f2fs
Jaegeuk Kim 9a55ed656c f2fs: remove unnecessary kmap/kunmap operations
The allocated page used by the recovery is not on HIGHMEM, so that we don't
need to use kmap/kunmap.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-05-28 15:03:03 +09:00
..
acl.c
acl.h
checkpoint.c
data.c
debug.c f2fs: use list_for_each_entry rather than list_for_each_entry_safe 2013-05-28 15:03:02 +09:00
dir.c
f2fs.h f2fs, lockdep: annotate mutex_lock_all() 2013-05-28 15:03:02 +09:00
file.c f2fs: reorganize f2fs_vm_page_mkwrite 2013-05-28 15:03:02 +09:00
gc.c
gc.h
hash.c
inode.c
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c f2fs: remove unnecessary kmap/kunmap operations 2013-05-28 15:03:03 +09:00
segment.c f2fs: remove unecessary variable and code 2013-05-28 15:03:02 +09:00
segment.h
super.c
xattr.c
xattr.h