deleted old lines after nick's correction of unregistering the correct flavour of
authoraleph1 <aleph1>
Tue, 28 May 2002 13:39:43 +0000 (13:39 +0000)
committeraleph1 <aleph1>
Tue, 28 May 2002 13:39:43 +0000 (13:39 +0000)
yaffs

yaffs_fs.c

index f12e13abe75036d84d9781e5be7ed5c6ba994bd8..de71211a985bd43d4c61ce7abaeeae511326bfa3 100644 (file)
@@ -43,7 +43,7 @@
 #include "yaffs_nandemul.h" 
 // 2 MB of RAM for emulation
 #define YAFFS_RAM_EMULATION_SIZE  0x200000
-#endif // YAFFS_RAM_ENABLED
+#endif //YAFFS_RAM_ENABLED
 
 #ifdef YAFFS_MTD_ENABLED
 #include <linux/mtd/mtd.h>
@@ -877,11 +877,9 @@ static void __exit exit_yaffs_fs(void)
     remove_proc_entry("yaffs",&proc_root);
     
 #ifdef YAFFS_RAM_ENABLED
-// NCB unregister_filesystem(&yaffs_fs_type);
        unregister_filesystem(&yaffs_ram_fs_type);
 #endif
 #ifdef YAFFS_MTD_ENABLED
-// NCB unregister_filesystem(&yaffs_ram_fs_type);
        unregister_filesystem(&yaffs_fs_type);
 #endif