summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2007-10-14 13:53:38 +0000
committerdaichi <daichi@FreeBSD.org>2007-10-14 13:53:38 +0000
commit7759a8a0eb0499316da250fbc2b12c0de2134cc7 (patch)
tree7815161893e03db38d03266fbd6976d4c11392f2 /sys/fs/unionfs
parent1b42caf41d1d43a90f367a8fd9f28ce39c01aa81 (diff)
downloadFreeBSD-src-7759a8a0eb0499316da250fbc2b12c0de2134cc7.zip
FreeBSD-src-7759a8a0eb0499316da250fbc2b12c0de2134cc7.tar.gz
Default copy mode has been changed from traditional-mode to transparent-mode.
Some folks who have reported some issues have solved with transparent mode. We guess it is time to change the default copy mode. The transparent-mode is the best in most situations. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
Diffstat (limited to 'sys/fs/unionfs')
-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