Re: linux-next: build failure after merge of the erofs-fixes tree

From: Gao Xiang
Date: Thu Dec 12 2024 - 19:41:18 EST




On 2024/12/13 07:16, Stephen Rothwell wrote:
Hi all,

After merging the erofs-fixes tree, today's linux-next build (x86_64
allmodconfig) failed like this:

fs/erofs/fscache.c: In function 'erofs_fscache_bio_alloc':
fs/erofs/fscache.c:201:30: error: 'struct erofs_map_dev' has no member named 'm_fscache'
201 | io->io.private = mdev->m_fscache->cookie;
| ^~
fs/erofs/fscache.c: In function 'erofs_fscache_data_read_slice':
fs/erofs/fscache.c:319:47: error: 'struct erofs_map_dev' has no member named 'm_fscache'
319 | ret = erofs_fscache_read_io_async(mdev.m_fscache->cookie,
| ^

Caused by commit

34cff83201d5 ("erofs: reference `struct erofs_device_info` for erofs_map_dev")

I have used the erofs-fixes tree from next-20241212 for today.

Thanks, fixed and pushed.

Thanks,
Gao Xiang