Re: [PATCH v4 0/6] querying mount attributes
From: Miklos Szeredi <hidden>
Date: 2023-11-01 13:18:46
Also in:
linux-fsdevel, linux-man, linux-security-module, lkml
From: Miklos Szeredi <hidden>
Date: 2023-11-01 13:18:46
Also in:
linux-fsdevel, linux-man, linux-security-module, lkml
On Wed, Nov 1, 2023 at 12:13 PM Christian Brauner [off-list ref] 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 Can you fix inline, or should I send a proper patch? Thanks, Miklos