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:
34b0eb9
)
b=20055
author
brian
<brian>
Tue, 7 Jul 2009 19:23:59 +0000
(19:23 +0000)
committer
brian
<brian>
Tue, 7 Jul 2009 19:23:59 +0000
(19:23 +0000)
i=green
i=zhanghc
o=johann
Fix for connectathon, NFSv4: ASSERTION(last_discon == NULL) failed
lustre/llite/namei.c
patch
|
blob
|
history
diff --git
a/lustre/llite/namei.c
b/lustre/llite/namei.c
index
fa2aa10
..
ba48874
100644
(file)
--- a/
lustre/llite/namei.c
+++ b/
lustre/llite/namei.c
@@
-402,7
+402,7
@@
static struct dentry *ll_find_alias(struct inode *inode, struct dentry *de)
}
if (dentry->d_flags & DCACHE_DISCONNECTED) {
- LASSERT(last_discon == NULL);
+ /* LASSERT(last_discon == NULL); see bug 20055 */
last_discon = dentry;
continue;
}