patch-2.3.16 linux/fs/efs/super.c

Next file: linux/fs/ext2/super.c
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -32,7 +32,7 @@
 	NULL		/* remount */
 };
 
-__initfunc(int init_efs_fs(void)) {
+int __init init_efs_fs(void) {
 	return register_filesystem(&efs_fs_type);
 }
 

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