cvs commit: src/sys/vm swap_pager.c
Bruce M Simpson
bms at FreeBSD.org
Wed Jun 23 08:15:08 PDT 2004
bms 2004-06-23 15:15:07 UTC
FreeBSD src repository
Modified files:
sys/vm swap_pager.c
Log:
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)
Revision Changes Path
1.253 +4 -6 src/sys/vm/swap_pager.c
More information about the cvs-src
mailing list