From 16bc9cb700d68041b63a0b09298e7cc10510b2ce Mon Sep 17 00:00:00 2001 From: bobijam <bobijam> Date: Thu, 4 Sep 2008 02:14:16 +0000 Subject: [PATCH] Branch HEAD b=16561 add doxygen doc for modified function. --- lustre/llite/file.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 59eaf3968d..2d8eaa9a52 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; -- GitLab