Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2009 20:13:14 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_exec.c src/sys/vm vm_glue.c
Message-ID:  <200906062015.n56KFmU2059075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-06-06 20:13:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
    sys/vm               vm_glue.c 
  Log:
  SVN rev 193593 on 2009-06-06 20:13:14Z by alc
  
  If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check
  the page's valid bits.  The page is guaranteed to be fully valid.  (For the
  record, this is documented in vm/vm_pager.h's comments.)
  
  Revision  Changes    Path
  1.332     +1 -2      src/sys/kern/kern_exec.c
  1.234     +1 -1      src/sys/vm/vm_glue.c



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