patch-2.4.4 linux/fs/filesystems.c
Next file: linux/fs/hfs/super.c
Previous file: linux/fs/file_table.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Tue Apr 17 23:23:12 2001
- Orig file:
v2.4.3/linux/fs/filesystems.c
- Orig date:
Mon Sep 25 17:05:01 2000
diff -u --recursive --new-file v2.4.3/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -7,36 +7,11 @@
*/
#include <linux/config.h>
-#include <linux/fs.h>
-
-#include <linux/devfs_fs_kernel.h>
-#include <linux/nfs_fs.h>
-#include <linux/auto_fs.h>
-#include <linux/devpts_fs.h>
-#include <linux/major.h>
-#include <linux/smp.h>
+#include <linux/module.h>
+#include <linux/sched.h>
#include <linux/smp_lock.h>
#include <linux/kmod.h>
-#include <linux/init.h>
-#include <linux/module.h>
#include <linux/nfsd/interface.h>
-
-#ifdef CONFIG_DEVPTS_FS
-extern int init_devpts_fs(void);
-#endif
-
-void __init filesystem_setup(void)
-{
- init_devfs_fs(); /* Header file may make this empty */
-
-#ifdef CONFIG_NFS_FS
- init_nfs_fs();
-#endif
-
-#ifdef CONFIG_DEVPTS_FS
- init_devpts_fs();
-#endif
-}
#if defined(CONFIG_NFSD_MODULE)
struct nfsd_linkage *nfsd_linkage = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)