linux-2.1.93: sysv filesystem does not compile

Adam J. Richter (adam@yggdrasil.com)
Wed, 8 Apr 1998 15:19:31 -0700


This sysv filesystem in the Linux 2.1.93 kernel does not
compile. I have attached the patch below. This is another bug caught
by the GNU style "./configure" script that I have previously submitted
for inclusion in the main kernel distribution. It is a one character
change that fixes a typo.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 205
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
--------------------------CUT HERE-----------------------------
--- /tmp/linux-2.1.93/fs/sysv/inode.c Sat Apr 4 09:45:18 1998
+++ linux/fs/sysv/inode.c Tue Apr 7 19:56:11 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