summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/unionfs/union_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c
index 5066165..ea09895 100644
--- a/sys/fs/unionfs/union_vfsops.c
+++ b/sys/fs/unionfs/union_vfsops.c
@@ -135,7 +135,7 @@ unionfs_domount(struct mount *mp, struct thread *td)
gid = 0;
udir = 0;
ufile = 0;
- copymode = UNIONFS_TRADITIONAL; /* default */
+ copymode = UNIONFS_TRANSPARENT; /* default */
ndp = &nd;
if (mp->mnt_flag & MNT_ROOTFS) {
OpenPOWER on IntegriCloud