patch-2.1.31 linux/fs/filesystems.c

Next file: linux/fs/locks.c
Previous file: linux/fs/ext2/fsync.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -23,6 +23,7 @@
 #include <linux/affs_fs.h>
 #include <linux/ufs_fs.h>
 #include <linux/romfs_fs.h>
+#include <linux/auto_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -108,6 +109,10 @@
 
 #ifdef CONFIG_UFS_FS
 	init_ufs_fs();
+#endif
+
+#ifdef CONFIG_AUTOFS_FS
+	init_autofs_fs();
 #endif
 
 	mount_root();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov