patch-2.4.0-test9 linux/fs/filesystems.c

Next file: linux/fs/inode.c
Previous file: linux/fs/file_table.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -21,10 +21,6 @@
 #include <linux/module.h>
 #include <linux/nfsd/interface.h>
 
-#ifdef CONFIG_CODA_FS
-extern int init_coda(void);
-#endif
-
 #ifdef CONFIG_DEVPTS_FS
 extern int init_devpts_fs(void);
 #endif
@@ -35,10 +31,6 @@
 
 #ifdef CONFIG_NFS_FS
 	init_nfs_fs();
-#endif
-
-#ifdef CONFIG_CODA_FS
-	init_coda();
 #endif
 
 #ifdef CONFIG_DEVPTS_FS

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