erofs: remove unused tag argument while finding a workgroup
authorVladimir Zapolskiy <vladimir@tuxera.com>
Thu, 2 Jan 2020 12:01:16 +0000 (14:01 +0200)
committerGao Xiang <gaoxiang25@huawei.com>
Tue, 7 Jan 2020 02:08:38 +0000 (10:08 +0800)
commit997626d8383871862d0774c50a351aa98dacc0eb
tree44383fdd7bbe1dfb1efff8686ec5cb48204fbd28
parenta55861c800ae0593b7d343470918f6f84063e3b8
erofs: remove unused tag argument while finding a workgroup

It is feasible to simplify erofs_find_workgroup() interface by removing
an unused function argument. While formally the argument is used in the
function itself, its assigned value is ignored on the caller side.

Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com>
Link: https://lore.kernel.org/r/20200102120118.14979-2-vladimir@tuxera.com
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
fs/erofs/internal.h
fs/erofs/utils.c
fs/erofs/zdata.c