On Wed, Nov 01, 2023 at 02:18:30PM +0100, Miklos Szeredi wrote: > On Wed, Nov 1, 2023 at 12:13 PM Christian Brauner <brauner@xxxxxxxxxx> wrote: > > > I've renamed struct statmnt to struct statmount to align with statx() > > and struct statx. I also renamed struct stmt_state to struct kstatmount > > as that's how we usually do this. And I renamed struct __mount_arg to > > struct mnt_id_req and dropped the comment. Libraries can expose this in > > whatever form they want but we'll also have direct consumers. I'd rather > > have this struct be underscore free and officially sanctioned. > > Thanks. > > arch/arm64/include/asm/unistd.h needs this fixup: > > -#define __NR_compat_syscalls 457 > +#define __NR_compat_syscalls 459 Everytime with that file. It's like a tradition that I forget to update it at least once. > > Can you fix inline, or should I send a proper patch? No need to send. I'll just fix it it here.