We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3fa25 commit 937b297Copy full SHA for 937b297
fs/ocfs2/namei.c
@@ -2189,8 +2189,10 @@ static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode,
2189
* @osb: ocfs2 file system
2190
* @ret_orphan_dir: Orphan dir inode - returned locked!
2191
* @blkno: Actual block number of the inode to be inserted into orphan dir.
2192
+ * @name: Buffer to store the name of the orphan.
2193
* @lookup: dir lookup result, to be passed back into functions like
2194
* ocfs2_orphan_add
2195
+ * @dio: Flag indicating if direct IO is being used or not.
2196
*
2197
* Returns zero on success and the ret_orphan_dir, name and lookup
2198
* fields will be populated.
0 commit comments