Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: linux-next: Tree for May 12 (fs/namespace.c)
[not found] ` <22d91c05-49ed-0c32-ba02-e2ded4947f46@infradead.org>
@ 2020-05-15 15:06 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2020-05-15 15:06 UTC (permalink / raw)
To: Stephen Rothwell, Linux Next Mailing List
Cc: Linux Kernel Mailing List, Linux FS Devel, Al Viro, David Howells
On 5/12/20 8:12 AM, Randy Dunlap wrote:
> On 5/12/20 5:54 AM, Stephen Rothwell wrote:
>> Hi all,
>>
>> News: there will be no linux-next release tomorrow.
>>
>> Changes since 20200511:
>>
>> New trees: notifications, fsinfo
>>
>
> on i386 or x86_64:
>
> CC fs/namespace.o
> ../fs/namespace.c: In function ‘fsinfo_generic_mount_topology’:
> ../fs/namespace.c:4274:42: error: ‘struct mount’ has no member named ‘mnt_topology_changes’
> p->mnt_topology_changes = atomic_read(&m->mnt_topology_changes);
> ^~
>
> i.e., CONFIG_MOUNT_NOTIFICATIONS is not set/enabled.
>
> Full randconfig file is attached.
>
This build error is still present in linux-next 20200515.
--
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux-next: Tree for May 12 (fs/namespace.c)
[not found] <20200512225400.6abf0bda@canb.auug.org.au>
[not found] ` <22d91c05-49ed-0c32-ba02-e2ded4947f46@infradead.org>
@ 2020-05-19 16:51 ` David Howells
1 sibling, 0 replies; 2+ messages in thread
From: David Howells @ 2020-05-19 16:51 UTC (permalink / raw)
To: Randy Dunlap
Cc: dhowells, Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List, Linux FS Devel, Al Viro
Randy Dunlap <rdunlap@infradead.org> wrote:
> CC fs/namespace.o
> ../fs/namespace.c: In function "fsinfo_generic_mount_topology":
> ../fs/namespace.c:4274:42: error: "struct mount" has no member named "mnt_topology_changes"
> p->mnt_topology_changes = atomic_read(&m->mnt_topology_changes);
> ^~
>
> i.e., CONFIG_MOUNT_NOTIFICATIONS is not set/enabled.
All the accesses to struct mount::mnt_topology_changes should now be wrapped
in #ifdef CONFIG_MOUNT_NOTIFICATIONS.
David
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-19 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200512225400.6abf0bda@canb.auug.org.au>
[not found] ` <22d91c05-49ed-0c32-ba02-e2ded4947f46@infradead.org>
2020-05-15 15:06 ` linux-next: Tree for May 12 (fs/namespace.c) Randy Dunlap
2020-05-19 16:51 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).