K 10 svn:author V 3 alc K 8 svn:date V 27 2003-08-06T19:18:08.000000Z K 7 svn:log V 313 Correct a mistake in the previous revision: Reduce the scope of the page queues lock such that it isn't held around the call to get_pv_entry(), which calls uma_zalloc(). At the point of the call to get_pv_entry(), the lock isn't necessary and holding it could lead to recursive acquisition, which isn't allowed. END