Re: [RFC][PATCH 10/13] get rid of audit_reusename()
Linus Torvalds <[email protected]>
| Newsgroups | org.kernel.vger.audit,org.kernel.vger.io-uring,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <CAHk-=wi3vpw5W6rV6VKxa9PYF3Xwn5_6AT=OwqBWO79g6N1B_A@mail.gmail.com> |
On Mon, 10 Nov 2025 at 11:58, Al Viro <[email protected]> wrote: > > If we go that way, do you see any problems with treating > osf_{ufs,cdfs}_mount() in the same manner? Yes, these are pathnames, Hmm. In those cases, the ENAMETOOLONG thing actually does make sense - exactly because they are pathnames. So I think that in those two places using getname() is fairly natural and gets us the natural error handling too. No? Linus