cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Apr 24 16:57:54 UTC 2007


pjd         2007-04-24 16:57:53 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c 
                                              zfs_znode.c 
  Log:
  MFp4: Rearange the code so vobject is destroyed from reclaim() method like
  in all other file system on FreeBSD (instead from inactive() method).
  
  A nice side-effect of this change, except that it speedups file system
  when mmaped file are often open/closed, is that it makes FreeBSD's
  namecache work:)
  
  Revision  Changes    Path
  1.9       +22 -17    src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
  1.4       +0 -4      src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c


More information about the cvs-src mailing list