From c544f1d2b23481bcb2a63c39d04ab0dd6b381641 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 7 Jul 2009 19:26:09 +0000 Subject: [PATCH] b=20055 i=green i=zhanghc o=johann Fix for connectathon, NFSv4: ASSERTION(last_discon == NULL) failed --- lustre/llite/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index fa2aa10..ba48874 100644 --- 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; } -- 1.8.3.1