Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2004 10:55:04 +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/mirror g_mirror.c
Message-ID:  <200411051055.iA5At4hG087104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-11-05 10:55:04 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  - Add a sysctl kern.geom.mirror.idletime, so one can specify after how many
    seconds of idling, DRITY flags are removed.
  - If mirror is in idle state or is not open for writing, sleep without
    timeout when waiting for I/O requests.
  - Don't use atomic operations, for now sysctls are protected by Giant.
  - Update debugs.
  
  Revision  Changes    Path
  1.40      +37 -13    src/sys/geom/mirror/g_mirror.c



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