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