teach filename_lookup() to treat NULL filename as ""
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 20 Oct 2024 00:32:39 +0000 (20:32 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 20 Oct 2024 00:32:39 +0000 (20:32 -0400)
commit5b313bcb6e3597dacd893ae9545fd087df46db45
tree125af3ea6fc5aa68f573955e80e07c5c1d80e70b
parent9852d85ec9d492ebef56dc5f229416c925758edc
teach filename_lookup() to treat NULL filename as ""

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c