]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/fs.h
fs: update kernel-doc for vfs_rename()
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Mar 2021 12:45:19 +0000 (13:45 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 23 Mar 2021 10:20:26 +0000 (11:20 +0100)
commit92cb01c74ef13ca01e1af836236b140634967b82
tree7afe7c6340eb99fe5d1961565dc6ce4d2e6c9aaf
parent39015399a849843ff8f840b68d16c6ff7c58e0f0
fs: update kernel-doc for vfs_rename()

Commit 9fe61450972d ("namei: introduce struct renamedata") introduces a
new struct for vfs_rename() and makes the vfs_rename() kernel-doc argument
description out of sync.

Move the description of arguments for vfs_rename() to a new kernel-doc for
the struct renamedata to make these descriptions checkable against the
actual implementation.

Link: https://lore.kernel.org/r/20210204180059.28360-3-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
include/linux/fs.h