[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <24c5061c-9ad4-1e88-5522-4d40625715be@infradead.org>
Date: Tue, 4 Aug 2020 07:35:23 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
David Howells <dhowells@...hat.com>,
Al Viro <viro@...IV.linux.org.uk>
Subject: Re: linux-next: Tree for Aug 4 (fs/mount_notify.c)
On 8/4/20 1:41 AM, Stephen Rothwell wrote:
> Hi all,
>
on i386 or x86_64:
../fs/mount_notify.c: In function 'notify_mount':
../fs/mount_notify.c:94:28: error: 'struct mount' has no member named 'mnt_unique_id'; did you mean 'mnt_group_id'?
n.triggered_on = trigger->mnt_unique_id;
^~~~~~~~~~~~~
mnt_group_id
../fs/mount_notify.c:109:28: error: 'struct mount' has no member named 'mnt_unique_id'; did you mean 'mnt_group_id'?
n.auxiliary_mount = aux->mnt_unique_id;
^~~~~~~~~~~~~
mnt_group_id
when CONFIG_FSINFO is not set/enabled.
--
~Randy
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Powered by blists - more mailing lists