[PATCH] file system crash on boot

From: Jeff Dike (jdike@karaya.com)
Date: Tue Apr 11 2000 - 19:33:01 EST


--- orig/fs/namei.c Tue Apr 11 17:23:38 2000
+++ um/fs/namei.c Tue Apr 11 19:22:24 2000
@@ -522,7 +522,7 @@
 walk_init_root(const char *name, unsigned flags, struct nameidata *nd)
 {
        if (current->personality != PER_LINUX)
- if (__emul_lookup_dentry(name,flags,nd));
+ if (__emul_lookup_dentry(name,flags,nd))
                        return 0;
        nd->mnt = mntget(current->fs->rootmnt);
        nd->dentry = dget(current->fs->root);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Apr 15 2000 - 21:00:17 EST