git: kernel - Remove double unlock in elf core dumping code

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 1 15:27:39 PST 2011


commit e0e309580f5eade6ef7635e7a33ef9f779bbce47
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Dec 1 15:19:09 2011 -0800

    kernel - Remove double unlock in elf core dumping code
    
    * Remove a double vnode unlock in the elf core dumping code.  vn_unlock()
      ignored double unlocks before but soon won't.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e0e309580f5eade6ef7635e7a33ef9f779bbce47


-- 
DragonFly BSD source repository





More information about the Commits mailing list