cvs commit: src/sys/geom geom.h geom_io.c

[ Available lists | Index of cvs-src | Month of Jun 2006 | Week of 5 Jun 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date
5 Jun 2006 21:24:59
Subject
cvs commit: src/sys/geom geom.h geom_io.c
Message-ID
200606052113.k55LDMks055707@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.187 seconds