git: kernel - Fix mount bug caught by assertion

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Feb 26 09:49:23 PST 2013


commit 8a70992d63e6145c71dc02b5995007231613e9d2
Author: Matthew Dillon <dillon at 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



More information about the Commits mailing list