git: kernel - Attempt to fix shared/excl namecache deadlock

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jul 16 10:19:04 PDT 2013


commit e8bc84396724c06a93cebc87ddf8f1a477d9a9e9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jul 16 10:17:34 2013 -0700

    kernel - Attempt to fix shared/excl namecache deadlock
    
    * Attempt to fix a shared/excl namecache deadlock where the shared lock
      may block excessively waiting for other shared users to unlock when
      an exclusive request is pending.
    
    * Do a better job reporting the time delayed when blocked for an
      excessive period of time.

Summary of changes:
 sys/kern/vfs_cache.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8bc84396724c06a93cebc87ddf8f1a477d9a9e9


-- 
DragonFly BSD source repository



More information about the Commits mailing list