git: kernel - Fix incorrect assertion in nlookup()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Feb 24 21:51:53 PST 2013
commit cd87afb1a024a8f049f31f340e7dce1da8478138
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Feb 24 21:50:51 2013 -0800
kernel - Fix incorrect assertion in nlookup()
* Fix an incorrect assertion, When ISLOCKED is set the returned ncp
can be locked shared or exclusive in the error case, rather than
just exclusive.
Summary of changes:
sys/kern/vfs_nlookup.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cd87afb1a024a8f049f31f340e7dce1da8478138
--
DragonFly BSD source repository
More information about the Commits
mailing list