Whamcloud - gitweb
[liblustre]: supress an error message.
authorericm <ericm>
Thu, 4 Sep 2003 10:03:20 +0000 (10:03 +0000)
committerericm <ericm>
Thu, 4 Sep 2003 10:03:20 +0000 (10:03 +0000)
lustre/liblustre/namei.c

index 491aa9c..bff9fa0 100644 (file)
@@ -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;
                 }