[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZK1P7kkjTvSU8M++@example.org>
Date: Tue, 11 Jul 2023 14:49:50 +0200
From: Alexey Gladkov <legion@...nel.org>
To: Matthew Wilcox <willy@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Arnd Bergmann <arnd@...db.de>,
linux-api@...r.kernel.org, linux-fsdevel@...r.kernel.org,
viro@...iv.linux.org.uk, Palmer Dabbelt <palmer@...ive.com>,
James.Bottomley@...senpartnership.com, acme@...nel.org,
alexander.shishkin@...ux.intel.com, axboe@...nel.dk,
benh@...nel.crashing.org, borntraeger@...ibm.com, bp@...en8.de,
catalin.marinas@....com, christian@...uner.io, dalias@...c.org,
davem@...emloft.net, deepa.kernel@...il.com, deller@....de,
dhowells@...hat.com, fenghua.yu@...el.com, firoz.khan@...aro.org,
fweimer@...hat.com, geert@...ux-m68k.org, glebfm@...linux.org,
gor@...ux.ibm.com, hare@...e.com, heiko.carstens@...ibm.com,
hpa@...or.com, ink@...assic.park.msu.ru, jhogan@...nel.org,
kim.phillips@....com, ldv@...linux.org,
linux-alpha@...r.kernel.org, linux-arch@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-ia64@...r.kernel.org,
linux-m68k@...ts.linux-m68k.org, linux-mips@...r.kernel.org,
linux-parisc@...r.kernel.org, linux-s390@...r.kernel.org,
linux-sh@...r.kernel.org, linux@...linux.org.uk,
linuxppc-dev@...ts.ozlabs.org, luto@...nel.org, mattst88@...il.com,
mingo@...hat.com, monstr@...str.eu, mpe@...erman.id.au,
namhyung@...nel.org, paul.burton@...s.com, paulus@...ba.org,
peterz@...radead.org, ralf@...ux-mips.org, rth@...ddle.net,
schwidefsky@...ibm.com, sparclinux@...r.kernel.org,
stefan@...er.ch, tglx@...utronix.de, tony.luck@...el.com,
tycho@...ho.ws, will@...nel.org, x86@...nel.org,
ysato@...rs.sourceforge.jp
Subject: Re: [PATCH v3 2/5] fs: Add fchmodat4()
On Tue, Jul 11, 2023 at 01:28:04PM +0100, Matthew Wilcox wrote:
> On Tue, Jul 11, 2023 at 01:25:43PM +0200, Alexey Gladkov wrote:
> > -static int do_fchmodat(int dfd, const char __user *filename, umode_t mode)
> > +static int do_fchmodat4(int dfd, const char __user *filename, umode_t mode, int lookup_flags)
>
> This function can still be called do_fchmodat(); we don't need to
> version internal functions.
Yes. I tried not to change too much when adopting a patch. In the new
version, I will return the old name. Thanks.
--
Rgrds, legion
Powered by blists - more mailing lists