patch-2.3.99-pre1 linux/fs/filesystems.c
Next file: linux/fs/hfs/super.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 149
- Date:
Mon Mar 13 12:43:48 2000
- Orig file:
v2.3.51/linux/fs/filesystems.c
- Orig date:
Fri Mar 10 16:40:47 2000
diff -u --recursive --new-file v2.3.51/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -9,30 +9,10 @@
#include <linux/config.h>
#include <linux/fs.h>
-#include <linux/minix_fs.h>
-#include <linux/ext2_fs.h>
-#include <linux/msdos_fs.h>
-#include <linux/umsdos_fs.h>
-#include <linux/proc_fs.h>
#include <linux/devfs_fs_kernel.h>
#include <linux/nfs_fs.h>
-#include <linux/iso_fs.h>
-#include <linux/sysv_fs.h>
-#include <linux/hpfs_fs.h>
-#include <linux/smb_fs.h>
-#include <linux/ncp_fs.h>
-#include <linux/affs_fs.h>
-#include <linux/ufs_fs.h>
-#include <linux/efs_fs.h>
-#include <linux/romfs_fs.h>
#include <linux/auto_fs.h>
-#include <linux/qnx4_fs.h>
-#include <linux/udf_fs.h>
-#include <linux/ntfs_fs.h>
-#include <linux/hfs_fs.h>
#include <linux/devpts_fs.h>
-#include <linux/bfs_fs.h>
-#include <linux/openprom_fs.h>
#include <linux/major.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
@@ -42,7 +22,6 @@
#include <linux/lockd/bind.h>
#include <linux/lockd/xdr.h>
#include <linux/init.h>
-#include <linux/nls.h>
#ifdef CONFIG_CODA_FS
extern int init_coda(void);
@@ -52,40 +31,8 @@
extern int init_devpts_fs(void);
#endif
-#ifdef CONFIG_SUN_OPENPROMFS
-extern int init_openprom_fs(void);
-#endif
-
void __init filesystem_setup(void)
{
-#ifdef CONFIG_MINIX_FS
- init_minix_fs();
-#endif
-
-#ifdef CONFIG_ROMFS_FS
- init_romfs_fs();
-#endif
-
-#ifdef CONFIG_UMSDOS_FS
- init_umsdos_fs();
-#endif
-
-#ifdef CONFIG_FAT_FS
- init_fat_fs();
-#endif
-
-#ifdef CONFIG_MSDOS_FS
- init_msdos_fs();
-#endif
-
-#ifdef CONFIG_VFAT_FS
- init_vfat_fs();
-#endif
-
-#ifdef CONFIG_PROC_FS
- init_proc_fs();
-#endif
-
init_devfs_fs(); /* Header file may make this empty */
#ifdef CONFIG_NFS_FS
@@ -96,68 +43,8 @@
init_coda();
#endif
-#ifdef CONFIG_SMB_FS
- init_smb_fs();
-#endif
-
-#ifdef CONFIG_NCP_FS
- init_ncp_fs();
-#endif
-
-#ifdef CONFIG_ISO9660_FS
- init_iso9660_fs();
-#endif
-
-#ifdef CONFIG_SYSV_FS
- init_sysv_fs();
-#endif
-
-#ifdef CONFIG_HPFS_FS
- init_hpfs_fs();
-#endif
-
-#ifdef CONFIG_NTFS_FS
- init_ntfs_fs();
-#endif
-
-#ifdef CONFIG_HFS_FS
- init_hfs_fs();
-#endif
-
-#ifdef CONFIG_AFFS_FS
- init_affs_fs();
-#endif
-
-#ifdef CONFIG_UFS_FS
- init_ufs_fs();
-#endif
-
-#ifdef CONFIG_EFS_FS
- init_efs_fs();
-#endif
-
#ifdef CONFIG_DEVPTS_FS
init_devpts_fs();
-#endif
-
-#ifdef CONFIG_QNX4FS_FS
- init_qnx4_fs();
-#endif
-
-#ifdef CONFIG_UDF_FS
- init_udf_fs();
-#endif
-
-#ifdef CONFIG_BFS_FS
- init_bfs_fs();
-#endif
-
-#ifdef CONFIG_SUN_OPENPROMFS
- init_openprom_fs();
-#endif
-
-#ifdef CONFIG_NLS
- init_nls();
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)