patch-1.3.7 linux/fs/filesystems.c
Next file: linux/fs/isofs/dir.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sat Jul 1 19:00:18 1995
- Orig file:
v1.3.6/linux/fs/filesystems.c
- Orig date:
Sun Jul 24 17:39:44 1994
diff -u --recursive --new-file v1.3.6/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -20,6 +20,7 @@
#include <linux/iso_fs.h>
#include <linux/sysv_fs.h>
#include <linux/hpfs_fs.h>
+#include <linux/smb_fs.h>
extern void device_setup(void);
@@ -71,6 +72,11 @@
#ifdef CONFIG_NFS_FS
register_filesystem(&(struct file_system_type)
{nfs_read_super, "nfs", 0, NULL});
+#endif
+
+#ifdef CONFIG_SMB_FS
+ register_filesystem(&(struct file_system_type)
+ {smb_read_super, "smbfs", 0, NULL});
#endif
#ifdef CONFIG_ISO9660_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