summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-04 09:58:20 +0000
committerphk <phk@FreeBSD.org>2002-04-04 09:58:20 +0000
commitdb493db577dc94eddc66727afeaea6db9f222d21 (patch)
tree84cd3b37b33ab8ee17bfc06cb069383637e7e717 /sys/geom/geom.h
parentd8abc82c52af45fa27059081d5ac3d41cfac5351 (diff)
downloadFreeBSD-src-db493db577dc94eddc66727afeaea6db9f222d21.zip
FreeBSD-src-db493db577dc94eddc66727afeaea6db9f222d21.tar.gz
Centralize EOF handling and improve access controls for bio scheduling.
Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index d46269a..7c85d2b 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -160,6 +160,7 @@ struct g_provider {
struct g_event *event;
TAILQ_ENTRY(g_provider) orphan;
int index;
+ off_t mediasize;
};
/* geom_dump.c */
OpenPOWER on IntegriCloud