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:
9b9aeb6
)
[liblustre]: supress an error message.
author
ericm
<ericm>
Thu, 4 Sep 2003 10:03:20 +0000
(10:03 +0000)
committer
ericm
<ericm>
Thu, 4 Sep 2003 10:03:20 +0000
(10:03 +0000)
lustre/liblustre/namei.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/namei.c
b/lustre/liblustre/namei.c
index
491aa9c
..
bff9fa0
100644
(file)
--- a/
lustre/liblustre/namei.c
+++ b/
lustre/liblustre/namei.c
@@
-176,8
+176,10
@@
int llu_pb_revalidate(struct pnode *pnode, int flags, struct lookup_intent *it)
{
struct llu_inode_info *lli = llu_i2info(pb->pb_ino);
if (lli->lli_it) {
- CERROR("inode %lu still have intent %p(opc 0x%x), release it\n",
- lli->lli_st_ino, lli->lli_it, lli->lli_it->it_op);
+ CDEBUG(D_INODE, "inode %lu still have intent "
+ "%p(opc 0x%x), release it\n",
+ lli->lli_st_ino, lli->lli_it,
+ lli->lli_it->it_op);
ll_intent_release(lli->lli_it);
lli->lli_it = NULL;
}