--- linux-2.4.18-18mdk/fs/supermount/dentry_operations.orig	Thu May 30 16:23:05 2002
+++ linux-2.4.18-18mdk/fs/supermount/dentry_operations.c	Sun Jun  2 22:46:44 2002
@@ -23,7 +23,7 @@
 
 	dump_dentry(dentry);
 
-	if (!subfs_go_online(dentry->d_sb))
+	if (subfs_go_online(dentry->d_sb))
 		goto bad_dentry;
 	spin_lock(&dcache_lock);
 	if (dentry->d_inode && is_inode_obsolete(dentry->d_inode)) {
