cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vnops.c

Daichi GOTO daichi at FreeBSD.org
Sun Oct 14 06:46:12 PDT 2007


daichi      2007-10-14 13:46:11 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/unionfs       union.h union_subr.c union_vnops.c 
  Log:
  - 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 at ongs.co.jp> (unionfs developer)
  Reviewed by:    jeff, kensmith
  Approved by:    re (kensmith)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.35      +7 -6      src/sys/fs/unionfs/union.h
  1.94      +9 -154    src/sys/fs/unionfs/union_subr.c
  1.145     +27 -11    src/sys/fs/unionfs/union_vnops.c


More information about the cvs-src mailing list