cvs commit: src/sys/kern vfs_bio.c

Alan Cox alc at FreeBSD.org
Fri Sep 12 21:29:56 PDT 2003


alc         2003/09/12 21:29:55 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Convert vmapbuf() from using pmap_extract() to using
  pmap_extract_and_hold().  Note, however, that GIANT_REQUIRED should not be
  removed until all platforms fully implement the "prot" parameter to
  pmap_extract_and_hold().
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.404     +7 -13     src/sys/kern/vfs_bio.c


More information about the cvs-src mailing list