Date: Sun, 14 Oct 2007 13:55:38 +0000 (UTC) From: Daichi GOTO <daichi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_unionfs mount_unionfs.8 src/sys/fs/unionfs union.h union_vfsops.c union_vnops.c Message-ID: <200710141355.l9EDtcF6085513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
daichi 2007-10-14 13:55:38 UTC FreeBSD src repository Modified files: sbin/mount_unionfs mount_unionfs.8 sys/fs/unionfs union.h union_vfsops.c union_vnops.c Log: Added whiteout behavior option. ``-o whiteout=always'' is default mode (it is established practice) and ``-o whiteout=whenneeded'' is less disk-space using mode especially for resource restricted environments like embedded environments. (Contributed by Ed Schouten. Thanks) Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week Revision Changes Path 1.23 +4 -0 src/sbin/mount_unionfs/mount_unionfs.8 1.36 +7 -0 src/sys/fs/unionfs/union.h 1.86 +17 -0 src/sys/fs/unionfs/union_vfsops.c 1.149 +8 -2 src/sys/fs/unionfs/union_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710141355.l9EDtcF6085513>