git: Kernel - Fix double-unlock in nlookupdotdot

看板DFBSD_commit作者時間14年前 (2011/12/28 02:05), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 7f23b32088999ae4107041620ae4856b358eea83 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1E-WZKAq (DFBSD_commit)