erofs: remove the mapping parameter from erofs_try_to_free_cached_page()
authorYue Hu <huyue2@yulong.com>
Tue, 10 Aug 2021 07:24:16 +0000 (15:24 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 11 Aug 2021 01:47:39 +0000 (09:47 +0800)
commitd252ff3de786a28b1bedf4c03fb31d142d32219b
tree2564e7741aae84f7a89e4716e2fb4fc835f444a8
parentf4d4e5fc2b3d03c7e4f3c24ee694a01f8fe27d53
erofs: remove the mapping parameter from erofs_try_to_free_cached_page()

The mapping is not used at all, remove it and update related code.

Link: https://lore.kernel.org/r/20210810072416.1392-1-zbestahu@gmail.com
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Yue Hu <huyue2@yulong.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/internal.h
fs/erofs/super.c
fs/erofs/zdata.c