phk 2003/08/02 02:45:10 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Grab Giant in bufdonebio() since drivers may not hold it. This only protects the "struct buf" consumers (ie: DEV_STRATEGY()), but does not protect BIO_STRATEGY() users. Revision Changes Path 1.396 +4 -0 src/sys/kern/vfs_bio.c