]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check
authoralc <alc@FreeBSD.org>
Sat, 6 Jun 2009 20:13:14 +0000 (20:13 +0000)
committeralc <alc@FreeBSD.org>
Sat, 6 Jun 2009 20:13:14 +0000 (20:13 +0000)
commit569ccdf52be50bb7cedd94c58eb9107022d1506f
treefd2fc1bd5d784f6e6b3183645ef3942de635ce56
parent7758932884199b8e72ce2ee07f29a0a6614451ce
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.)
sys/kern/kern_exec.c
sys/vm/vm_glue.c