Skip to content
Snippets Groups Projects
Commit 16bc9cb7 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=16561

add doxygen doc for modified function.
parent 15730f2f
No related branches found
No related tags found
No related merge requests found
......@@ -2456,6 +2456,15 @@ cleanup:
RETURN(rc);
}
/**
* Close inode open handle
*
* \param dentry [in] dentry which contains the inode
* \param it [in,out] intent which contains open info and result
*
* \retval 0 success
* \retval <0 failure
*/
int ll_release_openhandle(struct dentry *dentry, struct lookup_intent *it)
{
struct inode *inode = dentry->d_inode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment