Skip to content

Commit 937b297

Browse files
Yang Liakpm00
authored andcommitted
fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()
This commit adds kernel-doc style comments with complete parameter descriptions for the function ocfs2_prepare_orphan_dir. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Yang Li <[email protected]> Acked-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 1e3fa25 commit 937b297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/ocfs2/namei.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,8 +2189,10 @@ static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode,
21892189
* @osb: ocfs2 file system
21902190
* @ret_orphan_dir: Orphan dir inode - returned locked!
21912191
* @blkno: Actual block number of the inode to be inserted into orphan dir.
2192+
* @name: Buffer to store the name of the orphan.
21922193
* @lookup: dir lookup result, to be passed back into functions like
21932194
* ocfs2_orphan_add
2195+
* @dio: Flag indicating if direct IO is being used or not.
21942196
*
21952197
* Returns zero on success and the ret_orphan_dir, name and lookup
21962198
* fields will be populated.

0 commit comments

Comments
 (0)