K 10 svn:author V 5 markj K 8 svn:date V 27 2017-07-26T22:32:57.200432Z K 7 svn:log V 305 Let vm_page_alloc_domain() return NULL even when v_free_count is large. The selected domain may be exhausted even when plenty of free pages are available. Until we have a policy for handling local page shortages, just return NULL to signal that an allocation from a different domain should be attempted. END