git: Kernel - Fix double-unlock in nlookupdotdot
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Dec 12 09:42:04 PST 2011
commit 7f23b32088999ae4107041620ae4856b358eea83
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Dec 12 09:24:38 2011 -0800
Kernel - Fix double-unlock in nlookupdotdot
* Fix double-unlock assertion in the compat nlookupdotdot code
* This code is basically only triggered when a machine is acting as a NFS
server when serving out a UFS mount (since HAMMER has its own). Only
NFS servers can access directories not connected through to the root
via the namecache hierarchy and those are the only situations where
nlookupdotdot is actually used. ".." is normally handled directly by
the namecache.
Summary of changes:
sys/kern/vfs_default.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f23b32088999ae4107041620ae4856b358eea83
--
DragonFly BSD source repository
More information about the Commits
mailing list