summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat/g_concat.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-03-03 22:29:24 +0000
committerpjd <pjd@FreeBSD.org>2004-03-03 22:29:24 +0000
commita9cc9172614c90426ce9733882afa6cd56f60733 (patch)
tree162f3e8dae755b9379cdc8bef47282e3e4224b81 /sys/geom/concat/g_concat.h
parent2e05d44e283e1996b30f8cc74b989e3ac4d1482d (diff)
downloadFreeBSD-src-a9cc9172614c90426ce9733882afa6cd56f60733.zip
FreeBSD-src-a9cc9172614c90426ce9733882afa6cd56f60733.tar.gz
- Remove d_valid field, we can use d_consumer field to check if disk
is valid. - Use SYSCTL_DECL() instead of using own, ugly extern.
Diffstat (limited to 'sys/geom/concat/g_concat.h')
-rw-r--r--sys/geom/concat/g_concat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h
index 292badb..58b02b1 100644
--- a/sys/geom/concat/g_concat.h
+++ b/sys/geom/concat/g_concat.h
@@ -56,14 +56,11 @@
} \
} while (0)
-extern struct sysctl_oid_list sysctl__kern_geom_children;
-
struct g_concat_disk {
struct g_consumer *d_consumer;
struct g_concat_softc *d_softc;
off_t d_start;
off_t d_end;
- boolean_t d_valid;
};
struct g_concat_softc {
OpenPOWER on IntegriCloud