summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-03-19 14:49:15 +0000
committerkib <kib@FreeBSD.org>2013-03-19 14:49:15 +0000
commitaa960ab755489174169b69f3ca850a2e6e544350 (patch)
tree2fe5aeac51b09599dac0eb407222b067b96f3db5 /sys/geom/geom_disk.h
parente5332ab95582db8a564780b7e76fea59e30335a1 (diff)
downloadFreeBSD-src-aa960ab755489174169b69f3ca850a2e6e544350.zip
FreeBSD-src-aa960ab755489174169b69f3ca850a2e6e544350.tar.gz
A flag for the geom disk driver to indicate that it accepts the
unmapped i/o requests. Sponsored by: The FreeBSD Foundation Tested by: pho
Diffstat (limited to 'sys/geom/geom_disk.h')
-rw-r--r--sys/geom/geom_disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_disk.h b/sys/geom/geom_disk.h
index 33d8eb2..246fc49 100644
--- a/sys/geom/geom_disk.h
+++ b/sys/geom/geom_disk.h
@@ -103,6 +103,7 @@ struct disk {
#define DISKFLAG_OPEN 0x2
#define DISKFLAG_CANDELETE 0x4
#define DISKFLAG_CANFLUSHCACHE 0x8
+#define DISKFLAG_UNMAPPED_BIO 0x10
struct disk *disk_alloc(void);
void disk_create(struct disk *disk, int version);
OpenPOWER on IntegriCloud