]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: remove internal.h include
authorNamjae Jeon <linkinjeon@kernel.org>
Wed, 15 Mar 2023 22:34:33 +0000 (07:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:22:30 +0000 (10:22 +0200)
commitc600e23fbc405e0ad24d161ca05d61a725a72d6f
tree28fa0f73bc01b32b73428b1cccaeb6286f90827c
parentc8117ac42303f7ae99bbe53e4952f7d147cca1fb
ksmbd: remove internal.h include

[ Upstream commit 211db0ac9e3dc6c46f2dd53395b34d76af929faf ]

Since vfs_path_lookup is exported, It should not be internal.
Move vfs_path_lookup prototype in internal.h to linux/namei.h.

Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Stable-dep-of: df9d70c18616 ("cifs: if deferred close is disabled then close files immediately")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/internal.h
fs/ksmbd/vfs.c
include/linux/namei.h