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

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Mar 1 12:24:57 GMT 2005


pjd         2005-03-01 12:24:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/gate        g_gate.c 
  Log:
  MFC:    g_gate.c        1.14(part), 1.17
  
  - Improve mediasize verification.
  - 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.
  
  Reminded by:    phk
  
  Revision  Changes    Path
  1.11.2.2  +11 -0     src/sys/geom/gate/g_gate.c


More information about the cvs-src mailing list