]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
VFS: move the start_dirop() kerndoc comment to before start_dirop()
authorNeilBrown <neil@brown.name>
Tue, 24 Feb 2026 22:16:48 +0000 (09:16 +1100)
committerChristian Brauner <brauner@kernel.org>
Fri, 6 Mar 2026 09:24:11 +0000 (10:24 +0100)
commit4eb94abd6bc8989d7478b9fdbff4dab5abc11ef7
tree3c8cfe2ccf7aca66ba4c9214f7f89ea9a41ea25b
parent9ab68389843a434d7d49e2a986ebf6d01d81ae42
VFS: move the start_dirop() kerndoc comment to before start_dirop()

This kerneldoc comment was always meant for start_dirop(), not for
__start_dirop() which is a static function and doesn't need
documentation.

It was in the wrong place and was then incorrectly renamed (instead of
moved) and useless "documentation" was added for "@state" was provided.

This patch reverts the name, removes the mention of @state, and moves
the comment to where it belongs.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: NeilBrown <neil@brown.name>
Link: https://patch.msgid.link/20260224222542.3458677-4-neilb@ownmail.net
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namei.c