patch-1.3.96 linux/fs/filesystems.c
Next file: linux/fs/isofs/inode.c
Previous file: linux/fs/fcntl.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Apr 25 12:32:39 1996
- Orig file:
v1.3.95/linux/fs/filesystems.c
- Orig date:
Tue Apr 23 13:57:11 1996
diff -u --recursive --new-file v1.3.95/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -22,6 +22,7 @@
#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/major.h>
@@ -99,6 +100,10 @@
#ifdef CONFIG_HPFS_FS
init_hpfs_fs();
+#endif
+
+#ifdef CONFIG_AFFS_FS
+ init_affs_fs();
#endif
#ifdef CONFIG_UFS_FS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this