daichi 2007-10-22 05:30:40 UTC FreeBSD src repository
Modified files: (Branch: RELENG_7) 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 <[EMAIL PROTECTED]> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) Revision Changes Path 1.34.2.1 +7 -6 src/sys/fs/unionfs/union.h 1.92.2.2 +9 -154 src/sys/fs/unionfs/union_subr.c 1.142.2.3 +27 -11 src/sys/fs/unionfs/union_vnops.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"