cvs commit: src/sys/ufs/ffs ffs_softdep.c
    Konstantin Belousov 
    kib at FreeBSD.org
       
    Tue Apr 10 09:28:18 UTC 2007
    
    
  
kib         2007-04-10 09:28:18 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  When LK_NOWAIT is passed as argument to process_worklist_item(), this
  does not prevent handle_workitem_remove() from recursing into a blocking
  version. Add the dirrem to worklist instead of processing it now if this
  is the case.
  
  Reported and tested by: kris
  Submitted by:           tegge
  MFC after:              2 weeks
  
  Revision  Changes    Path
  1.208     +4 -1      src/sys/ufs/ffs/ffs_softdep.c
    
    
More information about the cvs-all
mailing list