f2fs: clean up parameter of f2fs_allocate_data_block()
authorChao Yu <yuchao0@huawei.com>
Thu, 18 Jun 2020 06:36:24 +0000 (14:36 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 8 Jul 2020 04:51:44 +0000 (21:51 -0700)
commitf608c38c59c6020bfde14af88630b8d7817003f9
tree97f35f92831bf967b1594eb7ffaf2d104e969a4c
parent79963d967b492876fa17c8c2c2c17b7438683d9b
f2fs: clean up parameter of f2fs_allocate_data_block()

Use validation of @fio to inidcate whether caller want to serialize IOs
in io.io_list or not, then @add_list will be redundant, remove it.

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