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:
e1f39bb
)
disable lookup() in sanity checks for create temporary
author
tappro
<tappro>
Sat, 11 Nov 2006 08:32:58 +0000
(08:32 +0000)
committer
tappro
<tappro>
Sat, 11 Nov 2006 08:32:58 +0000
(08:32 +0000)
lustre/mdd/mdd_dir.c
patch
|
blob
|
history
diff --git
a/lustre/mdd/mdd_dir.c
b/lustre/mdd/mdd_dir.c
index
3545a84
..
cfe65d6
100644
(file)
--- a/
lustre/mdd/mdd_dir.c
+++ b/
lustre/mdd/mdd_dir.c
@@
-997,7
+997,8
@@
static int mdd_create_sanity_check(const struct lu_env *env,
* In some cases this lookup is not needed - we know before that if name
* exists or not.
*/
- if (lookup) {
+ /* XXX disable that lookup temporary */
+ if (0 && lookup) {
/*
* Check if the name already exist, though it will be checked in
* _index_insert also, for avoiding rolling back if exists