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:
992edcb
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Mon, 31 Jul 2006 08:56:03 +0000
(08:56 +0000)
committer
wangdi
<wangdi>
Mon, 31 Jul 2006 08:56:03 +0000
(08:56 +0000)
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
patch
|
blob
|
history
diff --git
a/lustre/lmv/lmv_intent.c
b/lustre/lmv/lmv_intent.c
index
24ddb32
..
88ed709
100644
(file)
--- 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;