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
- Lines: 9
- Date:
Wed Dec 29 11:44:40 1999
- Orig file:
v2.3.35/linux/fs/ext2/super.c
- Orig date:
Wed Dec 29 13:13:20 1999
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)