summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/pcfs
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/pcfs')
-rw-r--r--usr/src/uts/common/fs/pcfs/pc_vfsops.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/pcfs/pc_vfsops.c b/usr/src/uts/common/fs/pcfs/pc_vfsops.c
index b85c6abf43..53c49de28c 100644
--- a/usr/src/uts/common/fs/pcfs/pc_vfsops.c
+++ b/usr/src/uts/common/fs/pcfs/pc_vfsops.c
@@ -23,6 +23,9 @@
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+/*
+ * Copyright (c) 2017 by Delphix. All rights reserved.
+ */
#include <sys/param.h>
#include <sys/systm.h>
@@ -156,7 +159,7 @@ static vfsdef_t vfw = {
VFSDEF_VERSION,
"pcfs",
pcfsinit,
- VSW_HASPROTO|VSW_CANREMOUNT|VSW_STATS|VSW_CANLOFI,
+ VSW_HASPROTO|VSW_CANREMOUNT|VSW_STATS|VSW_CANLOFI|VSW_MOUNTDEV,
&pcfs_mntopts
};