[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231101-nickel-syntaktisch-7123fc5b6c91@brauner>
Date: Wed, 1 Nov 2023 16:54:28 +0100
From: Christian Brauner <brauner@...nel.org>
To: Miklos Szeredi <mszeredi@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
linux-man@...r.kernel.org, linux-security-module@...r.kernel.org,
Karel Zak <kzak@...hat.com>, Ian Kent <raven@...maw.net>,
David Howells <dhowells@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Al Viro <viro@...iv.linux.org.uk>,
Amir Goldstein <amir73il@...il.com>,
Matthew House <mattlloydhouse@...il.com>,
Florian Weimer <fweimer@...hat.com>,
Arnd Bergmann <arnd@...db.de>, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH v4 0/6] querying mount attributes
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@...nel.org> 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.
Powered by blists - more mailing lists