]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC:
authordaichi <daichi@FreeBSD.org>
Tue, 23 Oct 2007 03:28:22 +0000 (03:28 +0000)
committerdaichi <daichi@FreeBSD.org>
Tue, 23 Oct 2007 03:28:22 +0000 (03:28 +0000)
commit0fc7d44766b61dc17a37a19e2e8ae9455821ef45
treec5d3ac17011f2f3bb739db04394fe5c203b75e43
parent10c0c2064371334a08af339bd1799c52abcd0f63
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)
sys/fs/unionfs/union.h
sys/fs/unionfs/union_subr.c
sys/fs/unionfs/union_vnops.c