git: kernel - Fix panic during diskless mount
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 7 20:12:01 PST 2011
commit cca9113101b1bf49b468ff3e89778d541b4a3977
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Dec 7 20:10:13 2011 -0800
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.
Summary of changes:
sys/vfs/nfs/nfs_vfsops.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cca9113101b1bf49b468ff3e89778d541b4a3977
--
DragonFly BSD source repository
More information about the Commits
mailing list