patch-2.3.51 linux/fs/filesystems.c

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

diff -u --recursive --new-file v2.3.50/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -32,7 +32,6 @@
 #include <linux/hfs_fs.h>
 #include <linux/devpts_fs.h>
 #include <linux/bfs_fs.h>
-#include <linux/adfs_fs.h>
 #include <linux/openprom_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
@@ -89,10 +88,6 @@
 
 	init_devfs_fs();  /*  Header file may make this empty  */
 
-#ifdef CONFIG_LOCKD
-	nlmxdr_init();
-#endif
-
 #ifdef CONFIG_NFS_FS
 	init_nfs_fs();
 #endif
@@ -139,10 +134,6 @@
 
 #ifdef CONFIG_EFS_FS
 	init_efs_fs();
-#endif
-
-#ifdef CONFIG_ADFS_FS
-	init_adfs_fs();
 #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)