Date: Tue, 23 Oct 2007 03:28:23 +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/sys/fs/unionfs union.h union_subr.c union_vnops.c Message-ID: <200710230328.l9N3SNB0045341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
daichi 2007-10-23 03:28:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/fs/unionfs union.h union_subr.c union_vnops.c
Log:
MFC:
- Added support for vfs_cache on unionfs. As a result, you can use
applications that use procfs on unionfs.
- Removed unionfs internal cache mechanism because it has
vfs_cache support instead. As a result, it just simplified code of
unionfs.
- Fixed kern/111262 issue.
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
Revision Changes Path
1.31.2.2 +7 -6 src/sys/fs/unionfs/union.h
1.86.2.3 +9 -154 src/sys/fs/unionfs/union_subr.c
1.132.2.4 +27 -11 src/sys/fs/unionfs/union_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710230328.l9N3SNB0045341>
