2023-12-21 07:49:11

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the vfs-brauner tree

Hi all,

After merging the vfs-brauner tree, today's linux-next build (s390
defconfig) produced this warning:

arch/s390/configs/defconfig:626:warning: symbol value 'm' invalid for FSCACHE

Introduced by commit

9896c4f367fc ("netfs, fscache: Combine fscache with netfs")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-12-21 13:19:50

by David Howells

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the vfs-brauner tree

Stephen Rothwell <[email protected]> wrote:

>
> After merging the vfs-brauner tree, today's linux-next build (s390
> defconfig) produced this warning:
>
> arch/s390/configs/defconfig:626:warning: symbol value 'm' invalid for FSCACHE
>
> Introduced by commit
>
> 9896c4f367fc ("netfs, fscache: Combine fscache with netfs")

I've fixed the arches that had FSCACHE=m to have NETFS_SUPPORT=m and
FSCACHE=y.

David