cvs commit: src/sys/geom geom_event.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Sep 10 02:11:55 PDT 2006


pjd         2006-09-10 09:11:54 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_event.c 
  Log:
  Delay an orphan event if provider has still in-flight I/O requests.
  This way GEOM classes can safely detach from provider when an orphan
  event is received. This fixes 'detach with active requests' panic for
  gstripe/gconcat under load.
  
  PR:             kern/102766
  Submitted by:   mjacob
  OK'ed by:       phk
  MFC after:      1 week
  
  Revision  Changes    Path
  1.55      +4 -1      src/sys/geom/geom_event.c


More information about the cvs-src mailing list