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 <rdun...@infradead.org>

Reply via email to