MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-12-15 19:03:03 +00:00
parent e3e18337bf
commit 204d94f161

View File

@ -74,7 +74,7 @@ SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, sync_requests, CTLFLAG_RDTUN,
static u_int g_mirror_sync_period = 5; static u_int g_mirror_sync_period = 5;
SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, sync_update_period, CTLFLAG_RWTUN, SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, sync_update_period, CTLFLAG_RWTUN,
&g_mirror_sync_period, 0, &g_mirror_sync_period, 0,
"Metadata update period during synchroniztion, in seconds"); "Metadata update period during synchronization, in seconds");
#define MSLEEP(ident, mtx, priority, wmesg, timeout) do { \ #define MSLEEP(ident, mtx, priority, wmesg, timeout) do { \
G_MIRROR_DEBUG(4, "%s: Sleeping %p.", __func__, (ident)); \ G_MIRROR_DEBUG(4, "%s: Sleeping %p.", __func__, (ident)); \