]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as name
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 31 Oct 2025 05:13:32 +0000 (01:13 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 13 Jan 2026 20:18:07 +0000 (15:18 -0500)
commitba33ac100d3feb1efb43b32e63cc0c6430936aa3
tree68801487b389066c7c9725c7a07cebbad1a52333
parentedefe6bda719d49384b22c524ef8102ce9c632e9
ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as name

no need to check in the caller

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