[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOssrKcf5NQ8pGFWKq2hG9BmFZN-0rhhO+MuYCe7fVfmFO4DAA@mail.gmail.com>
Date: Wed, 1 Nov 2023 14:18:30 +0100
From: Miklos Szeredi <mszeredi@...hat.com>
To: Christian Brauner <brauner@...nel.org>
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 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
Can you fix inline, or should I send a proper patch?
Thanks,
Miklos
Powered by blists - more mailing lists