pjd 2006-06-05 21:13:22 UTC
FreeBSD src repository
Modified files:
sys/geom geom.h geom_io.c
Log:
Add g_duplicate_bio() function which does the same thing what g_clone_bio()
is doing, but g_duplicate_bio() allocates new bio with M_WAITOK flag.
Revision Changes Path
1.94 +1 -0 src/sys/geom/geom.h
1.70 +25 -0 src/sys/geom/geom_io.c