From 7acb77a6e7bddd4c4c5aa975bbf976927c013798 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Jun 1997 13:20:30 +0000 Subject: Merge with 2.1.43. --- fs/autofs/init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fs/autofs/init.c') diff --git a/fs/autofs/init.c b/fs/autofs/init.c index 1b3f6f165..4dbb76c85 100644 --- a/fs/autofs/init.c +++ b/fs/autofs/init.c @@ -20,7 +20,10 @@ #endif static struct file_system_type autofs_fs_type = { - autofs_read_super, "autofs", 0, NULL + "autofs", + FS_NO_DCACHE, + autofs_read_super, + NULL }; #ifdef MODULE -- cgit v1.2.3