summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/autofs/auto_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/autofs/auto_vfsops.c')
-rw-r--r--usr/src/uts/common/fs/autofs/auto_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/autofs/auto_vfsops.c b/usr/src/uts/common/fs/autofs/auto_vfsops.c
index 3bd5fa7591..52c0368dda 100644
--- a/usr/src/uts/common/fs/autofs/auto_vfsops.c
+++ b/usr/src/uts/common/fs/autofs/auto_vfsops.c
@@ -87,7 +87,7 @@ static vfsdef_t vfw = {
VFSDEF_VERSION,
"autofs",
autofs_init,
- VSW_HASPROTO|VSW_CANRWRO|VSW_CANREMOUNT|VSW_STATS,
+ VSW_HASPROTO|VSW_CANRWRO|VSW_CANREMOUNT|VSW_STATS|VSW_ZMOUNT,
&auto_mntopts
};