From owner-cvs-src@FreeBSD.ORG Mon Oct 22 05:38:29 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C35BB16A418; Mon, 22 Oct 2007 05:38:29 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E08613C4B5; Mon, 22 Oct 2007 05:38:29 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9M5cTDl030755; Mon, 22 Oct 2007 05:38:29 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9M5cTKt030754; Mon, 22 Oct 2007 05:38:29 GMT (envelope-from daichi) Message-Id: <200710220538.l9M5cTKt030754@repoman.freebsd.org> From: Daichi GOTO Date: Mon, 22 Oct 2007 05:38:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/unionfs union_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 05:38:29 -0000 daichi 2007-10-22 05:38:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/unionfs union_vfsops.c Log: MFC: 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) Revision Changes Path 1.82.2.3 +1 -1 src/sys/fs/unionfs/union_vfsops.c