sysv fails to compile on 2.1.93

Oliver Neukum (neukum@fachschaft.org.chemie.uni-muenchen.de)
Thu, 9 Apr 1998 13:36:02 +0200 (CEST)


Hello users,
The SysV-Filesystem of 2.1.93 failed to compile (as a module, not tested
as part of the kernel). The patch below allows compiling, however due to
the lack of a diskimage it is completly untested.
----------------------------------------
--- Desktop/inode.c Thu Apr 9 12:20:15 1998
+++ linux/fs/sysv/inode.c Thu Apr 9 12:23:05 1998
@@ -495,7 +495,7 @@
if (!sb->s_root) {
printk("SysV FS: get root inode failed\n");
sysv_put_super(sb);
- sb->sb_dev = 0;
+ sb->s_dev = 0;
unlock_super(sb);
return NULL;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu