From e3fbb26f53f8a1ce46b43a778e463463e8e4212b Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 31 Jul 2006 08:56:03 +0000 Subject: [PATCH] Branch: b_new_cmd remove this unproper msg, since revalidate_it also will with IT_CREATE|IT_OPEN so, we can not check IT_CREATE to make whether should allocate fid. --- lustre/lmv/lmv_intent.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index 24ddb32..88ed709 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -164,8 +164,7 @@ repeat: } op_data.fid1 = rpid; - if ((it->it_op & IT_CREAT) && cid == NULL) - CERROR("IT_CREAT but without FID\n"); + if (cid) op_data.fid2 = *cid; op_data.name = name; -- 1.8.3.1