summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-31 13:03:38 +0000
committerpjd <pjd@FreeBSD.org>2004-07-31 13:03:38 +0000
commite9aabe3b500c70831e6e013f19daa12b6b7e26cf (patch)
treeb71ec966be398e0b8d9db0e1d11e9746007743e6 /sys/geom
parentcd4a05fa8172a77ec31673bd7a352d6f30bae30e (diff)
downloadFreeBSD-src-e9aabe3b500c70831e6e013f19daa12b6b7e26cf.zip
FreeBSD-src-e9aabe3b500c70831e6e013f19daa12b6b7e26cf.tar.gz
Remove unused field.
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/mirror/g_mirror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/mirror/g_mirror.h b/sys/geom/mirror/g_mirror.h
index 0386bab..1141c13 100644
--- a/sys/geom/mirror/g_mirror.h
+++ b/sys/geom/mirror/g_mirror.h
@@ -116,7 +116,6 @@ struct g_mirror_disk {
uint32_t d_id; /* Disk ID. */
struct g_consumer *d_consumer; /* Consumer. */
struct g_mirror_softc *d_softc; /* Back-pointer to softc. */
- struct proc *d_worker;
int d_state; /* Disk state. */
u_int d_priority; /* Disk priority. */
struct bintime d_delay; /* Disk delay. */
OpenPOWER on IntegriCloud