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
- Lines: 22
- Date:
Mon Sep 25 17:05:01 2000
- Orig file:
v2.4.0-test8/linux/fs/filesystems.c
- Orig date:
Sat Sep 2 11:33:30 2000
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)