patch-2.1.44 linux/fs/ncpfs/inode.c

Next file: linux/fs/nfs/dir.c
Previous file: linux/fs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/fs/ncpfs/inode.c linux/fs/ncpfs/inode.c
@@ -408,7 +408,7 @@
 
 static struct file_system_type ncp_fs_type = {
 	"ncpfs",
-	FS_NO_DCACHE,
+	0 /* FS_NO_DCACHE doesn't work correctly */,
         ncp_read_super,
 	NULL
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov