]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/dir.c
f2fs: clean up redundant function call
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 7 Feb 2014 01:00:06 +0000 (10:00 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 17 Feb 2014 05:58:53 +0000 (14:58 +0900)
commit1fe54f9dd3acfaa3ed4e1d1e3278fd0f1d1e98cd
tree3b2859ffd3db7678bf7a284344ab12d3cfa3210a
parent203681f65b07055259bd475a6281136615b4e9a4
f2fs: clean up redundant function call

This patch integrates inode_[inc|dec]_dirty_dents with inc_page_count to remove
redundant calls.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c