Add a missing crit_exit(), fixing a panic. Attempt to continue with the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 3 Sep 2005 17:56:24 +0000 (17:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 3 Sep 2005 17:56:24 +0000 (17:56 +0000)
commit0b9984b894f5e4e7bdce15963a49522cd6e37057
tree309f9df7d00fc1877095b198a05ab06b840f4434
parent5ff478f3c9632d6d3563de0ed9d5ebacb7077225
Add a missing crit_exit(), fixing a panic.  Attempt to continue with the
mount even if we cannot add the default routeo (since the NFS server might
be on the LAN).  Print out useful information on the console such as the
interface chosen and the mount point.

Reported-by: Scott Ullrich <geekgod@geekgod.com> (critical section panic)
sys/vfs/nfs/nfs_vfsops.c