Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 20:35:36 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_contig.c
Message-ID:  <201012292035.oBTKZtrf062856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-12-29 20:35:36 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  SVN rev 216807 on 2010-12-29 20:35:36Z by alc
  
  There is no point in vm_contig_launder{,_page}() flushing held pages,
  instead skip over them.  As long as a page is held, it can't be reclaimed by
  contigmalloc(M_WAITOK).  Moreover, a held page may be undergoing
  modification, e.g., vmapbuf(), so even if the hold were released before the
  completion of contigmalloc(), the page might have to be flushed again.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.85      +4 -5      src/sys/vm/vm_contig.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012292035.oBTKZtrf062856>