K 10 svn:author V 3 alc K 8 svn:date V 27 2006-08-27T19:50:13.000000Z K 7 svn:log V 229 Refactor vm_page_sleep_if_busy() so that the test for a busy page is inlined and a procedure call is made in the rare case, i.e., when it is necessary to sleep. In this case, inlining the test actually makes the kernel smaller. END