commit | d8886acbe3292311abf4ca5f85cfa79d11498ec3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Sep 20 00:38:59 2024 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 09 23:47:55 2024 -0400 |
tree | 8bfd784ea6d28810c44419ea4ee8ffd4f6195c14 | |
parent | 042e33ee0251af1ad711959a3cccbd39c4de9ccc [diff] |
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. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>