erofs: fold in z_erofs_reload_indexes()
authorYue Hu <huyue2@coolpad.com>
Tue, 27 Sep 2022 03:25:18 +0000 (11:25 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 27 Sep 2022 06:39:31 +0000 (14:39 +0800)
commit31da107fdb0a01b889af41cd94a9904e1f6ffaa6
tree36b1b961bc8e58f6121aff94685fe3af5f1879dd
parent5c2a64252c5dc4cfe78e5b2a531c118894e3d155
erofs: fold in z_erofs_reload_indexes()

The name of this function looks not very accurate compared to it's
implementation and it's only a wrapper to erofs_read_metabuf(). So,
let's fold it directly instead.

Signed-off-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220927032518.25266-1-zbestahu@gmail.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/zmap.c