mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
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
This commit is contained in:
parent
7d72c5e67d
commit
524f3f285d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue