]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Acquire the page queues lock before checking the page's busy status
authoralc <alc@FreeBSD.org>
Sun, 4 Aug 2002 19:05:20 +0000 (19:05 +0000)
committeralc <alc@FreeBSD.org>
Sun, 4 Aug 2002 19:05:20 +0000 (19:05 +0000)
commit93773deb7bebbf93ff78c91ac7737768b324d499
treebe92559b300d587370d6602ce5fdbb218991aa20
parentf6b60fe5036c1f6bee419dad2c1a960607bd18b6
 o Acquire the page queues lock before checking the page's busy status
   in vm_page_grab().  Also, replace the nearby tsleep() with an msleep()
   on the page queues lock.
sys/vm/vm_page.c