From: Christopher Hoover <ch@hpl.hp.com>
To: linux-arm-kernel@lists.arm.linux.org.uk, linux-mtd@lists.infradead.org
Cc: ch@hpl.hp.com, dwmw2@redhat.com
Subject: 2.5.7{,-rmk1}: jffs2 on root patch
Date: Tue, 2 Apr 2002 13:28:19 -0800 [thread overview]
Message-ID: <20020402132818.A10402@friction.hpl.hp.com> (raw)
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,
};
next reply other threads:[~2002-04-02 21:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-02 21:28 Christopher Hoover [this message]
2002-04-03 1:28 ` 2.5.7{,-rmk1}: jffs2 on root patch David Woodhouse
2002-04-03 19:05 ` Christopher Hoover
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020402132818.A10402@friction.hpl.hp.com \
--to=ch@hpl.hp.com \
--cc=dwmw2@redhat.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox