public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* 2.5.7{,-rmk1}: jffs2 on root patch
@ 2002-04-02 21:28 Christopher Hoover
  2002-04-03  1:28 ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Hoover @ 2002-04-02 21:28 UTC (permalink / raw)
  To: linux-arm-kernel, linux-mtd; +Cc: ch, dwmw2

2.5.7-rmk1 (and apparently any 2.5.7 kernel, hence the cross-posting)
requires the following patch, if you wish to use a jffs2 file system
as your root.  Without the patch, mount_block_root() won't attempt to
use jffs2.

-ch

mailto:ch@murgatroid.com
mailto:ch@hpl.hp.com

--- linux-2.5.7-rmk1/fs/jffs2/super.c	Mon Apr  1 13:25:41 2002
+++ linux-2.5.7-rmk1-ch1/fs/jffs2/super.c	Tue Apr  2 13:20:01 2002
@@ -300,7 +300,8 @@ static struct file_system_type jffs2_fs_
 	owner:		THIS_MODULE,
 	name:		"jffs2",
 	get_sb:		jffs2_get_sb,
-	kill_sb:	generic_shutdown_super
+	kill_sb:	generic_shutdown_super,
+	fs_flags:	FS_REQUIRES_DEV,
 };
 
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-03 19:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-02 21:28 2.5.7{,-rmk1}: jffs2 on root patch Christopher Hoover
2002-04-03  1:28 ` David Woodhouse
2002-04-03 19:05   ` Christopher Hoover

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox