cvs commit: src/sys/vm vm_page.c

Alan Cox alc at FreeBSD.org
Tue Oct 21 12:36:53 PDT 2003


alc         2003/10/21 12:36:51 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
   - Assert that the containing vm object is locked in
     vm_page_set_validclean().  (This function reads and modifies the
     vm page's valid field, which is synchronized by the lock on the
     containing vm object.)
  
  Revision  Changes    Path
  1.268     +1 -0      src/sys/vm/vm_page.c


More information about the cvs-src mailing list