summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-10-22 10:21:20 +0000
committermav <mav@FreeBSD.org>2013-10-22 10:21:20 +0000
commit81c5dcd662f499754feb0a59c7823445b4e120d8 (patch)
tree23ee2a83de8ef2c19f43556d098983cd0a608fda /sys/geom/geom_disk.h
parent4219fc00741f40993b2047c0524fe87ad9bce077 (diff)
downloadFreeBSD-src-81c5dcd662f499754feb0a59c7823445b4e120d8.zip
FreeBSD-src-81c5dcd662f499754feb0a59c7823445b4e120d8.tar.gz
Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).
Since at least FreeBSD 7 we had only four of them in the base tree, and in head branch, thanks to jhb@, we have no any for more then a year.
Diffstat (limited to 'sys/geom/geom_disk.h')
-rw-r--r--sys/geom/geom_disk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.h b/sys/geom/geom_disk.h
index b092146..53feb1f 100644
--- a/sys/geom/geom_disk.h
+++ b/sys/geom/geom_disk.h
@@ -102,7 +102,6 @@ struct disk {
void *d_drv1;
};
-#define DISKFLAG_NEEDSGIANT 0x1
#define DISKFLAG_OPEN 0x2
#define DISKFLAG_CANDELETE 0x4
#define DISKFLAG_CANFLUSHCACHE 0x8
OpenPOWER on IntegriCloud