Small typo in fs/sysv/inode.c

Eric Leblanc (jughead@generation.net)
Tue, 7 Apr 1998 03:05:04 -0400


Hi,

By mistake, i compiled the sysV filesystem and noticed that it had an
error while compiling. This patch should fix this. It was only a typo.

--- linux/fs/sysv/inode.c.old Mon Apr 6 23:34:43 1998
+++ linux/fs/sysv/inode.c Tue Apr 7 01:10:21 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;
}

Eric Leblanc

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