Re: [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2023-03-04 21:03:30
Also in:
linux-fsdevel, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2023-03-04 21:03:30
Also in:
linux-fsdevel, lkml
On Sat, Mar 4, 2023 at 1:01 PM Linus Torvalds [off-list ref] wrote:
Silly useless cases are just that - silly and useless. They should not be arguments for the real cases then being optimized and simplified.
There's a missing "not" above, that was hopefully obvious from the
context: "They should not be arguments for the real cases then NOT
being optimized and simplified"
Linus