DragonFly BSD
DragonFly commits List (threaded) for 2011-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Kernel - Fix double-unlock in nlookupdotdot


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Dec 2011 09:40:17 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]