patch-2.4.19 linux-2.4.19/fs/jffs2/super.c
Next file: linux-2.4.19/fs/jffs2/symlink.c
Previous file: linux-2.4.19/fs/jffs2/scan.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/fs/jffs2/super.c
- Orig date:
Thu Oct 4 15:14:35 2001
diff -urN linux-2.4.18/fs/jffs2/super.c linux-2.4.19/fs/jffs2/super.c
@@ -31,7 +31,7 @@
* provisions above, a recipient may use your version of this file
* under either the RHEPL or the GPL.
*
- * $Id: super.c,v 1.48 2001/10/02 09:16:23 dwmw2 Exp $
+ * $Id: super.c,v 1.48.2.2 2002/03/12 15:36:43 dwmw2 Exp $
*
*/
@@ -249,6 +249,7 @@
D1(printk(KERN_DEBUG "build_fs failed\n"));
goto out_nodes;
}
+
sb->s_op = &jffs2_super_operations;
D1(printk(KERN_DEBUG "jffs2_read_super(): Getting root inode\n"));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)