X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fnamei.c;h=ad9823983c238f4752194581054c98c023d1096c;hp=9e4898cd189b5ea212ffca8daf54c876967387f2;hb=a1b2d35d18884c4c785dc5ab4978d70a2b9ba864;hpb=c453ccb0f82fcaa5f537620990c4cc90a769b210 diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 9e4898c..ad98239 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -366,7 +366,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); LU-405, bz 20055 */ last_discon = dentry; continue; }