Date: Tue, 23 Oct 2007 03:37:10 +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: <200710230337.l9N3bAmn046267@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
daichi 2007-10-23 03:37:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/mount_unionfs mount_unionfs.8
sys/fs/unionfs union.h union_vfsops.c union_vnops.c
Log:
MFC:
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)
Revision Changes Path
1.20.2.2 +4 -0 src/sbin/mount_unionfs/mount_unionfs.8
1.31.2.3 +7 -0 src/sys/fs/unionfs/union.h
1.76.2.5 +17 -0 src/sys/fs/unionfs/union_vfsops.c
1.132.2.8 +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?200710230337.l9N3bAmn046267>
