patch-2.1.113 linux/fs/filesystems.c

Next file: linux/fs/proc/array.c
Previous file: linux/fs/devices.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.112/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -39,7 +39,7 @@
 #include <linux/nls.h>
 
 #ifdef CONFIG_CODA_FS
-extern int init_coda_fs(void);
+extern int init_coda(void);
 #endif
 
 #ifdef CONFIG_DEVPTS_FS
@@ -97,7 +97,7 @@
 #endif
 
 #ifdef CONFIG_CODA_FS
-	init_coda_fs();
+	init_coda();
 #endif
 
 #ifdef CONFIG_SMB_FS

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov