JFFS2 cannot even initialize

David Woodhouse dwmw2 at infradead.org
Thu Jun 20 14:00:29 EDT 2002


joern at wohnheim.fh-wedel.de said:
> After merging current JFFS2 with our kernel again, I tripped over the
> first sanity check in super-v24.c. Here is the dmesg: JFFS2 error:
> struct jffs2_sb_info (376 bytes) doesn't fit in the super_block union
> (272 bytes)

> Is this a known issue? What do I do? 

You need to make sure the jffs2_sb is included in the super_block union in 
include/linux/fs.h, like all the other filesystems' sb_infos are.

If you're using a kernel after 2.4.10, it should be there already. If not, 
why not?

--
dwmw2






More information about the linux-mtd mailing list