Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 09:28:18 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200704100928.l3A9SI1D044293@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704100928.l3A9SI1D044293>