summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/fd/fdops.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/fd/fdops.c')
-rw-r--r--usr/src/uts/common/fs/fd/fdops.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/uts/common/fs/fd/fdops.c b/usr/src/uts/common/fs/fd/fdops.c
index 3288872146..8c398be2ee 100644
--- a/usr/src/uts/common/fs/fd/fdops.c
+++ b/usr/src/uts/common/fs/fd/fdops.c
@@ -19,12 +19,9 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All rights reserved. */
@@ -549,7 +546,7 @@ static vfsdef_t vfw = {
VFSDEF_VERSION,
"fd",
fdinit,
- VSW_HASPROTO,
+ VSW_HASPROTO | VSW_ZMOUNT,
&fdfs_mntopts
};