kernel - Fix panic during diskless mount
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Dec 2011 04:10:13 +0000 (20:10 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Dec 2011 04:10:13 +0000 (20:10 -0800)
commitcca9113101b1bf49b468ff3e89778d541b4a3977
treede3c3ff887e55dff3705196937d4b4c4b704bad9
parent83a03e7ba91ea3de4a2af957d333f8b0ada36c56
kernel - Fix panic during diskless mount

* Remove improper vfs_unbusy()'s from the nfs_mountroot path.  The mount
  is unbusied by the caller instead.  This fixes a lockmgr panic.
sys/vfs/nfs/nfs_vfsops.c