mtd/fs/jffs2 super.c,1.73,1.74
David Woodhouse
dwmw2 at infradead.org
Tue Nov 12 04:37:42 EST 2002
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv29435
Modified Files:
super.c
Log Message:
superblock union went away
Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- super.c 23 Jul 2002 17:00:45 -0000 1.73
+++ super.c 12 Nov 2002 09:37:39 -0000 1.74
@@ -93,7 +93,7 @@
/* For persistence of NFS exports etc. we use the same s_dev
each time we mount the device, don't just use an anonymous
device */
- sb->u.generic_sbp = p;
+ sb->s_fs_info = p;
p->os_priv = sb;
sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, p->mtd->index);
More information about the linux-mtd-cvs
mailing list