alc         2004-12-29 04:18:22 UTC
  FreeBSD src repository
  Modified files:
    sys/vm               vm_page.c 
  Log:
  Access to the page's busy field is (now) synchronized by the containing
  object's lock.  Therefore, the assertion that the page queues lock is held
  can be removed from vm_page_io_start().
  
  Revision  Changes    Path
  1.300     +0 -1      src/sys/vm/vm_page.c