2.6.8.1 patch
"Nick Bane" <[email protected]> Thu, 23 Sep 2004 12:46:01 +0100
| Newsgroups | gmane.linux.file-systems.jffs |
|---|---|
| Message-ID | <[email protected]> |
While brining up an Intel Mainstone (pxa27x) board I noted that the vfs did not register jffs2 using the mainstream 2.6.8.1/2.6.9-rc2 code. This may be a well known issue. If not, this patch below worked for me. diff -urNx CVS original/super.c update/super.c --- original/super.c Thu Sep 23 09:57:16 2004 +++ update/super.c Thu Sep 23 12:26:01 2004 @@ -288,6 +288,8 @@ .name = "jffs2", .get_sb = jffs2_get_sb, .kill_sb = jffs2_kill_sb, + /* added N C Bane for 2.6.8.1 */ + .fs_flags = FS_REQUIRES_DEV, }; Nick Bane To unsubscribe from this list: send the line "unsubscribe jffs-dev" in the body of a message to [email protected]