Reorder an unlock to avoid a recursive vnode lock in the sys_mount() code.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 17 Jan 2009 22:24:52 +0000 (14:24 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 17 Jan 2009 22:24:52 +0000 (14:24 -0800)
commitc0721f5f93083c622e2118a55eb1a2ef1725bc4b
treeeb80409148704aadfc9826bbbf5cd85e9bf95ad1
parentb07a101221f24f246658353bc827a82f2c477c44
Reorder an unlock to avoid a recursive vnode lock in the sys_mount() code.
This fixes a panic for double-mount_null cases.

Reported-by: Nicolas Thery <nthery@gmail.com>
Submitted-by: Johannes Hofmann <Johannes.Hofmann@gmx.de>
sys/kern/vfs_syscalls.c