cvs commit: src/sys/geom/gate g_gate.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Feb 16 16:12:29 GMT 2005


pjd         2005-02-16 16:12:28 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/gate        g_gate.c 
  Log:
  Remove TDP_GEOM flag from thread after ggate device creation.
  This flag means "wait for all pending requests before returning to userland".
  There are pending events for sure, because we just created new provider and
  other classes want to taste it, but we cannot answer on I/O requests until
  we're here.
  
  Revision  Changes    Path
  1.17      +7 -0      src/sys/geom/gate/g_gate.c


More information about the cvs-all mailing list