Searched hist:227015 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/geom/
H A Dgeom_vfs.cdiff 227015 Wed Nov 02 09:29:23 MDT 2011 mav Add mutex and two flags to make orphan() call properly asynchronous:
- delay consumer closing and detaching on orphan() until all I/Os complete;
- prevent new I/Os submission after orphan() called.
Previous implementation could destroy consumers still having active
requests and worked only because of global workaround made on GEOM level.

Completed in 105 milliseconds