git: kernel - adjust vnode reclamation

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 31 19:34:11 PST 2009


commit 18c4feea95f1a0d5709a8b0d2f144a9078c50482
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Dec 31 19:25:25 2009 -0800

    kernel - adjust vnode reclamation
    
    * Do a pre-check for auxillary refs and do not reclaim a vnode through
      standard recyclement if auxillary refs are present.
    
      Recyclement can still occur under other circumstances.  Auxillary
      refs nominally just prevent the vnode from being completely destroyed
      or reused.
    
      This is a bit experimental.

Summary of changes:
 sys/kern/vfs_lock.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18c4feea95f1a0d5709a8b0d2f144a9078c50482


-- 
DragonFly BSD source repository





More information about the Commits mailing list