mtd/fs/jffs2 super.c,1.70,1.71

David Woodhouse dwmw2 at infradead.org
Tue Jul 23 08:57:41 EDT 2002


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv22225

Modified Files:
	super.c 
Log Message:
s/mk_kdev/MKDEV/ from viro

Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- super.c	26 Jun 2002 01:20:43 -0000	1.70
+++ super.c	23 Jul 2002 12:57:38 -0000	1.71
@@ -95,7 +95,7 @@
 	   device */
 	sb->u.generic_sbp = p;
 	p->os_priv = sb;
-	sb->s_dev = mk_kdev(MTD_BLOCK_MAJOR, p->mtd->index);
+	sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, p->mtd->index);
 
 	return 0;
 }





More information about the linux-mtd-cvs mailing list