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

git: kernel - Fix mount bug caught by assertion


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Feb 2013 09:49:23 -0800 (PST)

commit 8a70992d63e6145c71dc02b5995007231613e9d2
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Feb 26 09:40:55 2013 -0800

    kernel - Fix mount bug caught by assertion
    
    * A recently added assertion caught a bug in the mount code where
      a namecache entry was not being properly locked.
    
    * Fix the bug in checkdirs() (called by the mount code).

Summary of changes:
 sys/kern/vfs_syscalls.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8a70992d63e6145c71dc02b5995007231613e9d2


-- 
DragonFly BSD source repository



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