git: kernel - Fix panic in error path of nvextendbuf()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jun 26 14:09:28 PDT 2016
commit 6c99642e3f88068d0ee171aa60313efe66abe130
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jun 26 14:08:21 2016 -0700
kernel - Fix panic in error path of nvextendbuf()
* nvextendbuf() was not releasing bp in the error path, leading to
a hanging lock and 'locking against myself' panic later on.
Summary of changes:
sys/kern/vfs_vm.c | 2 ++
1 file changed, 2 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6c99642e3f88068d0ee171aa60313efe66abe130
--
DragonFly BSD source repository
More information about the Commits
mailing list