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:
5760f3d
)
- sanity check for intent setting
author
braam
<braam>
Tue, 5 Nov 2002 23:31:57 +0000
(23:31 +0000)
committer
braam
<braam>
Tue, 5 Nov 2002 23:31:57 +0000
(23:31 +0000)
lustre/include/linux/lustre_lite.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_lite.h
b/lustre/include/linux/lustre_lite.h
index
1ed055f
..
53388f2
100644
(file)
--- a/
lustre/include/linux/lustre_lite.h
+++ b/
lustre/include/linux/lustre_lite.h
@@
-193,6
+193,7
@@
do { \
LASSERT(ll_d2d(de) != NULL); \
\
down(&ll_d2d(de)->lld_it_sem); \
+ LASSERT(de->d_it == NULL); \
de->d_it = it; \
CDEBUG(D_DENTRY, "D_IT DOWN dentry %p fsdata %p intent: %s sem %d\n", \
de, ll_d2d(de), ldlm_it2str(de->d_it->it_op), \