From 3ed44eb619d5387456748ca03bf2aec0f23da2fd Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 4 Sep 2003 10:03:20 +0000 Subject: [PATCH] [liblustre]: supress an error message. --- lustre/liblustre/namei.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/liblustre/namei.c b/lustre/liblustre/namei.c index 491aa9c..bff9fa0 100644 --- 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; } -- 1.8.3.1