cvs commit: src/sys/vm vm_page.c

Alan Cox alc at FreeBSD.org
Tue Nov 8 06:33:22 GMT 2005


alc         2005-11-08 06:33:21 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  If a physical page is mapped by two or more virtual addresses, transmitted
  by the zero-copy sockets method, and written to before the transmission
  completes, we need to destroy all of the existing mappings to the page,
  not just the one that we fault on.  Otherwise, the mappings will no longer
  be to the same page and changes made through one of the mappings will not
  be visible through the others.
  
  Observed by: tegge
  
  Revision  Changes    Path
  1.308     +1 -0      src/sys/vm/vm_page.c


More information about the cvs-src mailing list