patch-2.3.25 linux/fs/filesystems.c
Next file: linux/fs/inode.c
Previous file: linux/fs/file.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Oct 28 14:45:16 1999
- Orig file:
v2.3.24/linux/fs/filesystems.c
- Orig date:
Tue Sep 7 12:14:07 1999
diff -u --recursive --new-file v2.3.24/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -30,6 +30,7 @@
#include <linux/ntfs_fs.h>
#include <linux/hfs_fs.h>
#include <linux/devpts_fs.h>
+#include <linux/bfs_fs.h>
#include <linux/major.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
@@ -153,6 +154,10 @@
#ifdef CONFIG_UDF_FS
init_udf_fs();
+#endif
+
+#ifdef CONFIG_BFS_FS
+ init_bfs_fs();
#endif
#ifdef CONFIG_NLS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)