git: kernel - Cleanup, add assertions in the vnode freeing path

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 13 17:35:49 PST 2010


commit 4f51b8ae58b217a66b7097fc87564f6bf70aa2c4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 13 17:30:02 2010 -0800

    kernel - Cleanup, add assertions in the vnode freeing path
    
    * Remove debug kprintf: "Warning ncp ... deadlock avoided".
    
    * Add assertions on the vnode flag state when adding and removing
      from the freelist, or when dtor() is called by the backing store.

Summary of changes:
 sys/kern/vfs_cache.c |    2 --
 sys/kern/vfs_lock.c  |   13 +++++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f51b8ae58b217a66b7097fc87564f6bf70aa2c4


-- 
DragonFly BSD source repository





More information about the Commits mailing list