erofs: unify meta buffers in z_erofs_fill_inode()
authorGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 16 Jul 2025 06:41:52 +0000 (14:41 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 24 Jul 2025 11:42:06 +0000 (19:42 +0800)
commitdf50848bcd9f17e4e60e6d5823d0e8fe8982bbab
tree863d72653738208e9ab175452a0bd217f546f0d5
parent5e744cb61536bb4e37caca9c5e84feef638782be
erofs: unify meta buffers in z_erofs_fill_inode()

There is no need to keep additional local metabufs since we already
have one in `struct erofs_map_blocks`.

This was actually a leftover when applying meta buffers to zmap
operations, see commit 09c543798c3c ("erofs: use meta buffers for
zmap operations").

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250716064152.3537457-1-hsiangkao@linux.alibaba.com
fs/erofs/zmap.c