git: kernel - Fix softupdates panic with UFS

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 10 15:02:42 PST 2012


commit ca55765aeb1b1a6aa5f39b49ea1e514c7ab60178
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Dec 10 15:02:01 2012 -0800

    kernel - Fix softupdates panic with UFS
    
    * If getdirtybuf() was unable to lookup a dirty buffer from the
      flush_pagedep_deps path, we need to retry the lookup, rather than
      proceeding through processing the diradd.
    
    Reported-by: marino@
    Submitted-by: vsrinivas

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

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list