Skip to content

Commit 73a91ef

Browse files
bagasmebrauner
authored andcommitted
VFS: fix __start_dirop() kernel-doc warnings
Sphinx report kernel-doc warnings: WARNING: ./fs/namei.c:2853 function parameter 'state' not described in '__start_dirop' WARNING: ./fs/namei.c:2853 expecting prototype for start_dirop(). Prototype was for __start_dirop() instead Fix them up. Fixes: ff7c4ea ("VFS: add start_creating_killable() and start_removing_killable()") Signed-off-by: Bagas Sanjaya <[email protected]> Link: https://patch.msgid.link/[email protected] Reviewed-by: Jeff Layton <[email protected]> Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent fe33729 commit 73a91ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/namei.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,10 +2844,11 @@ static int filename_parentat(int dfd, struct filename *name,
28442844
}
28452845

28462846
/**
2847-
* start_dirop - begin a create or remove dirop, performing locking and lookup
2847+
* __start_dirop - begin a create or remove dirop, performing locking and lookup
28482848
* @parent: the dentry of the parent in which the operation will occur
28492849
* @name: a qstr holding the name within that parent
28502850
* @lookup_flags: intent and other lookup flags.
2851+
* @state: task state bitmask
28512852
*
28522853
* The lookup is performed and necessary locks are taken so that, on success,
28532854
* the returned dentry can be operated on safely.

0 commit comments

Comments
 (0)