From: brian Date: Tue, 7 Jul 2009 19:23:59 +0000 (+0000) Subject: b=20055 X-Git-Tag: 1.8.1~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8dc799ae385757b99758d250f43446d6cfb80406;p=fs%2Flustre-release.git b=20055 i=green i=zhanghc o=johann Fix for connectathon, NFSv4: ASSERTION(last_discon == NULL) failed --- 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; }