freebsd-nq/sys/fs/unionfs
Daichi GOTO dc2dd18518 - 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)
MFC after:      1 week
2007-10-14 13:46:11 +00:00
..
union_subr.c - Added support for vfs_cache on unionfs. As a result, you can use 2007-10-14 13:46:11 +00:00
union_vfsops.c Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. 2007-02-15 22:08:35 +00:00
union_vnops.c - Added support for vfs_cache on unionfs. As a result, you can use 2007-10-14 13:46:11 +00:00
union.h - Added support for vfs_cache on unionfs. As a result, you can use 2007-10-14 13:46:11 +00:00