Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15730f2
)
Branch HEAD
author
bobijam
<bobijam>
Thu, 4 Sep 2008 02:14:16 +0000
(
02:14
+0000)
committer
bobijam
<bobijam>
Thu, 4 Sep 2008 02:14:16 +0000
(
02:14
+0000)
b=16561
add doxygen doc for modified function.
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
59eaf39
..
2d8eaa9
100644
(file)
--- 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;