diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /fs/filesystems.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r-- | fs/filesystems.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c index b05b3b657..da67d4d52 100644 --- a/fs/filesystems.c +++ b/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> @@ -154,6 +155,10 @@ void __init filesystem_setup(void) #ifdef CONFIG_UDF_FS init_udf_fs(); #endif + +#ifdef CONFIG_BFS_FS + init_bfs_fs(); +#endif #ifdef CONFIG_NLS init_nls(); |