cvs commit: src/sys/geom/mirror g_mirror.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Nov 5 10:55:05 GMT 2004
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
More information about the cvs-src
mailing list