]> Gentwo Git Trees - linux/.git/commit
kill getname_statx_lookup_flags()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Sep 2024 04:38:59 +0000 (00:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 13 Nov 2024 16:45:22 +0000 (11:45 -0500)
commit88a20626d8ed708432cf51afb1f92070459f6165
tree60226297d596b4834dee05803c721a0263056d56
parent8e15e12d37f21c03dacac0c37561db5a222690c0
kill getname_statx_lookup_flags()

LOOKUP_EMPTY is ignored by the only remaining user, and without
that 'getname_' prefix makes no sense.

Remove LOOKUP_EMPTY part, rename to statx_lookup_flags() and make
static.  It most likely is _not_ statx() specific, either, but
that's the next step.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/internal.h
fs/stat.c