Hi, here is (in the following mails) a few patches to allow RAM emulation working on Linux 2.6, they complete the patches send by Frank in december. The patches apply are against CVS current and are working for me on linux-2.6.11-rc2-bk5. yaffs-2.6-00-minimal-compile-fixup.patch Minimal changes needed for successfull compilation. Will conflict with Frank's patches. yaffs-2.6-01-get_sb_nodev.patch Use get_sb_nodev() instead of get_sb_bdev(). Allow to mount yaffsram. yaffs-2.6-02-kill_anon_super.patch Use kill_anon_super() instead of kill_block_super(). Allow to unmount yaffsram without crash. Luc Van Oostenryck