erofs: mechanically convert erofs_read_metabuf() to offsets
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 25 Apr 2024 19:58:46 +0000 (20:58 +0100)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 17 May 2024 17:46:18 +0000 (01:46 +0800)
commite09815446d6944fc5590a6e5f15dd51697202441
tree8f01e00085258f62dde7006b3a910b2e7cd4d2bb
parentc34110e0fdfddc22b7fd606ca81303d20330bacb
erofs: mechanically convert erofs_read_metabuf() to offsets

just lift the call of erofs_pos() into the callers; it will
collapse in most of them, but that's better done caller-by-caller.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Link: https://lore.kernel.org/r/20240425195846.GC1031757@ZenIV
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/data.c
fs/erofs/fscache.c
fs/erofs/inode.c
fs/erofs/internal.h
fs/erofs/super.c
fs/erofs/zdata.c
fs/erofs/zmap.c