Re: [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2023-03-02 17:52:14
Also in:
linux-fsdevel, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2023-03-02 17:52:14
Also in:
linux-fsdevel, lkml
On Thu, Mar 2, 2023 at 12:30 AM Christian Brauner [off-list ref] wrote:
Fwiw, as long as you, Al, and others are fine with it and I'm aware of it I'm happy to pick up more stuff like this. I've done it before and have worked in this area so I'm happy to help with some of the load.
Yeah, that would work. We've actually had discussions of vfs
maintenance in general.
In this case it really wasn't an issue, with this being just two
fairly straightforward patches for code that I was familiar with.
Linus