K 10 svn:author V 3 bms K 8 svn:date V 27 2004-06-23T15:15:07.000000Z K 7 svn:log V 285 In swap_pager_getpages(), bp->b_dev can be NULL, particularly for the case of NFS mounted swap, so do not try to dereference it. While we're here, brucify the printf() call which happens when we time out on acquisition of vm_page_queue_mtx. PR: kern/67898 Submitted by: bde (style) END