Date: Wed, 4 Aug 2004 21:35:05 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bio.h src/share/man/man9 g_bio.9 src/sys/geom/mirror g_mirror.c g_mirror.h Message-ID: <200408042135.i74LZ6BO040957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2004-08-04 21:35:05 UTC FreeBSD src repository Modified files: sys/sys bio.h share/man/man9 g_bio.9 sys/geom/mirror g_mirror.c g_mirror.h Log: - Add two fields to bio structure: 'bio_cflags' which can be used by consumer and 'bio_pflags' which can be used by provider. - Remove BIO_FLAG1 and BIO_FLAG2 flags. From now on new fields should be used for internal flags. - Update g_bio(9) manual page. - Update some comments. - Update GEOM_MIRROR, which was the only one using BIO_FLAGs. Idea from: phk Reviewed by: phk Revision Changes Path 1.9 +13 -13 src/share/man/man9/g_bio.9 1.11 +6 -6 src/sys/geom/mirror/g_mirror.c 1.4 +3 -0 src/sys/geom/mirror/g_mirror.h 1.139 +16 -16 src/sys/sys/bio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408042135.i74LZ6BO040957>