lkml.org 
[lkml]   [1998]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectSmall typo in fs/sysv/inode.c
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
\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.061 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site