Date: Thu, 4 May 2000 00:33:42 -0700 (PDT) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c Message-ID: <200005040733.AAA54452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2000/05/04 00:33:42 PDT
Modified files:
sys/dev/vinum vinuminterrupt.c
Log:
Don't hide bio structure behind macros like b_ioflags.
Get counting volume I/Os right.
Count buffer sizes correctly for architectures where ints are not 32 bits.
complete_rqe: Move decrementing active count until after call to
complete_raid5_write, thus possibly avoiding a race condition.
Suggested-by: dillon
Rename user bp to ubp to avoid confusion.
Tidy up comments.
Revision Changes Path
1.32 +36 -28 src/sys/dev/vinum/vinuminterrupt.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005040733.AAA54452>
