On Mon, 23 Jun 2025 at 10:03, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > I don't know... 7 callers with explicit strlen(): Yeah. Most of them clearly just want the string length. But there were clearly a couple that really didn't have a NUL-termination thing. And one - that nfs namespace thing - that do have a string, but get the string length differently. > > Or maybe even go further and some helper to doi that > > "fs_context_for_mount()" _with_ a list of param's to be added? > > Vararg, presumably? Or just pass in a descriptor struct / array that can be NULL? But this really is not a huge deal. I was just looking at your series, and most things cleaned things up, and this one just grated on me a bit. Linus