]> git.ipfire.org Git - people/ms/linux.git/commit - fs/f2fs/gc.c
f2fs: trival cleanup in move_data_block()
authorChao Yu <yuchao0@huawei.com>
Wed, 30 Dec 2020 08:38:35 +0000 (16:38 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 27 Jan 2021 23:20:03 +0000 (15:20 -0800)
commitcf7404036019fada99d99ea01f49cb5c3142099d
treeeb88655d390b252a692112eb2a04759a522fdeb9
parent2562515f0ad7342bde6456602c491b64c63fe950
f2fs: trival cleanup in move_data_block()

Trival cleanups:
- relocate set_summary() before its use
- relocate "allocate block address" to correct place
- remove unneeded f2fs_wait_on_page_writeback()

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c