Date: Sat, 2 Aug 2003 02:45:10 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200308020945.h729jArq080971@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308020945.h729jArq080971>