From: bobijam Date: Thu, 4 Sep 2008 02:14:16 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_110~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=16bc9cb700d68041b63a0b09298e7cc10510b2ce;p=fs%2Flustre-release.git Branch HEAD b=16561 add doxygen doc for modified function. --- diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 59eaf39..2d8eaa9 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -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;