cvs commit: src/sys/vm vm_page.c

Alan Cox alc at FreeBSD.org
Mon Oct 31 20:30:22 PST 2005


alc         2005-11-01 04:30:21 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Consider the zero-copy transmission of a page that was wired by mlock(2).
  If a copy-on-write fault occurs on the page, the new copy should inherit
  a part of the original page's wire count.
  
  Submitted by: tegge
  MFC after: 1 week
  
  Revision  Changes    Path
  1.307     +2 -0      src/sys/vm/vm_page.c


More information about the cvs-src mailing list