From 524f3f285d2c35bfbbab255f34bdfba8ec1cfcba Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Sun, 14 Oct 2007 13:53:38 +0000 Subject: 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 (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week --- sys/fs/unionfs/union_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 50661651d701..ea09895efdbf 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) { -- cgit v1.2.3