[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230111165423.j4s7ze2cywdaeglq@t-8ch.de>
Date: Wed, 11 Jan 2023 16:54:23 +0000
From: Thomas Weißschuh <thomas@...ch.de>
To: Alexander Viro <viro@...iv.linux.org.uk>,
Andrey Vagin <avagin@...nvz.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Serge Hallyn <serge@...lyn.com>, Karel Zak <kzak@...hat.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] nsfs: add compat ioctl handler
On Wed, Jan 11, 2023 at 04:42:07PM +0000, Thomas Weißschuh wrote:
> diff --git a/fs/nsfs.c b/fs/nsfs.c
> index 3506f6074288..4d2644507364 100644
> --- a/fs/nsfs.c
> +++ b/fs/nsfs.c
> @@ -21,6 +21,7 @@ static long ns_ioctl(struct file *filp, unsigned int ioctl,
> static const struct file_operations ns_file_operations = {
> .llseek = no_llseek,
> .unlocked_ioctl = ns_ioctl,
> + .compat_ioctl = ns_ioctl,
> };
Please disregard this patch. It was a resend of a wrong revision.
The correct revision was v3 which I also resent.
Sorry for the noise.
Powered by blists - more mailing lists