kernel - Remove double unlock in elf core dumping code
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 1 Dec 2011 23:19:09 +0000 (15:19 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 1 Dec 2011 23:19:09 +0000 (15:19 -0800)
commite0e309580f5eade6ef7635e7a33ef9f779bbce47
tree6fd43be1ffb7a50853353f40e521685483b8eb89
parente19707db18a8a555b08af399e1fea7fa03b8a931
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.
sys/kern/imgact_elf.c