cvs commit: src/sys/sys bio.h src/share/man/man9 g_bio.9
src/sys/geom/mirror g_mirror.c g_mirror.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Aug 4 14:35:06 PDT 2004
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
More information about the cvs-src
mailing list