cvs commit: src/sys/kern kern_exec.c vfs_bio.c

Alan Cox alc at FreeBSD.org
Sat Oct 4 15:47:21 PDT 2003


alc         2003/10/04 15:47:20 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c vfs_bio.c 
  Log:
  Eliminate some unnecessary uses of the vm page queues lock around the
  vm page's valid field.  This field is being synchronized using the
  containing vm object's lock.
  
  Revision  Changes    Path
  1.229     +6 -9      src/sys/kern/kern_exec.c
  1.408     +0 -2      src/sys/kern/vfs_bio.c


More information about the cvs-src mailing list