git: kernel -- ffs: Softdep lock and assorted fixes

Venkatesh Srinivas vsrinivas at crater.dragonflybsd.org
Mon May 7 13:25:37 PDT 2012


commit ed396d1431f325d45909808aaaf5adab84200f12
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date:   Mon May 7 08:28:48 2012 -0700

    kernel -- ffs: Softdep lock and assorted fixes
    
    * Remove interlocked_sleep; we can just use lksleep directly
    
    * sema_get no longer eats the interlock passed in; all of its
      callers were retaking the lock eventually or immediately.
    
    * softdep was setting up a callout to wake itself in request_cleanup.
      Switch to directly using timeout in lksleep for this purpose.
    
    * Do not access inodedep structure outside of softdep lock in
      softdep_update_inodeblock for buffer field.
    
    * Remove prio field from semaphores; they were unused and the DFly
      tsleep routines do not respect priority anyway.
    
    * Do not release softdep lock before panic()ing

Summary of changes:
 sys/vfs/ufs/ffs_softdep.c |  140 ++++++++-------------------------------------
 1 files changed, 25 insertions(+), 115 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list