patch-2.3.36 linux/fs/ext2/super.c

Next file: linux/fs/filesystems.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.35/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -791,7 +791,7 @@
         return register_filesystem(&ext2_fs_type);
 }
 
-static int __exit exit_ext2_fs(void)
+static void __exit exit_ext2_fs(void)
 {
 	unregister_filesystem(&ext2_fs_type);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)