Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2005 12:24:56 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/gate g_gate.c
Message-ID:  <200503011224.j21COute044268@repoman.freebsd.org>

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



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