summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Disable the g_sanity() check unless people ask for it in the debugflags.phk2002-09-301-0/+4
| | | | Sponsored by: DARPA & NAI Labs.
* Style, whitespace and lint fixes.phk2002-09-281-1/+0
| | | | Sponsored by: DARPA & NAI Labs.
* Implement g_call_me() as a way for geom methods to schedule operationsphk2002-09-271-0/+3
| | | | | | | | | | | | | | | | to be performed in the event-thread. To do this, we need to lock the eventlist with g_eventlock (nee g_doorlock), since g_call_me() being called from the UP/DOWN paths will not be able to aquire g_topology_lock. This also means that for now these events are not referenced on any particular consumer/provider/geom. For UP/DOWN path use, this will not become a problem since the access() function will make sure we drain any bio's before we dismantle. Sponsored by: DARPA & NAI Labs.
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-1/+1
| | | | Sponsored by: DARPA & NAI Labs
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-0/+87
Split private parts of geom.h into geom_int.h. The latter should never be included in class implemtations.
OpenPOWER on IntegriCloud