cvs commit: src/sys/kern vfs_bio.c

Poul-Henning Kamp phk at FreeBSD.org
Sat Aug 2 02:45:11 PDT 2003


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


More information about the cvs-src mailing list