patch-2.1.43 linux/fs/smbfs/inode.c
Next file: linux/fs/smbfs/mmap.c
Previous file: linux/fs/smbfs/file.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Jun 12 16:22:09 1997
-  Orig file: 
v2.1.42/linux/fs/smbfs/inode.c
-  Orig date: 
Tue May 13 22:41:15 1997
diff -u --recursive --new-file v2.1.42/linux/fs/smbfs/inode.c linux/fs/smbfs/inode.c
@@ -429,9 +429,11 @@
 int smb_current_vmalloced;
 #endif
 
-static struct file_system_type smb_fs_type =
-{
-	smb_read_super, "smbfs", 0, NULL
+static struct file_system_type smb_fs_type = {
+	"smbfs",
+	FS_NO_DCACHE,
+	smb_read_super,
+	NULL
 };
 
 __initfunc(int init_smb_fs(void))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov