Whamcloud - gitweb
b=20055
authorbrian <brian>
Tue, 7 Jul 2009 19:23:59 +0000 (19:23 +0000)
committerbrian <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

index fa2aa10..ba48874 100644 (file)
@@ -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;
                 }