erofs: remove void tagging/untagging of workgroup pointers
authorVladimir Zapolskiy <vladimir@tuxera.com>
Thu, 2 Jan 2020 12:01:18 +0000 (14:01 +0200)
committerGao Xiang <gaoxiang25@huawei.com>
Tue, 7 Jan 2020 02:09:21 +0000 (10:09 +0800)
commite3915ad94bfa0e2c1818837af618e9adec74eb1b
tree473a026f66346451170de0f8f0f636ab9b45d09a
parente5e9a432036a40756db171e7b22ee63e69c41ef1
erofs: remove void tagging/untagging of workgroup pointers

Because workgroup pointers inserted to a radix tree are always tagged with
a single value of 0, it is possible to remove tagging and untagging of the
pointers completely.

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