]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't look for swap blocks in objects that aren't swap-backed.
authorDavid Schultz <das@FreeBSD.org>
Fri, 24 Sep 2004 16:04:20 +0000 (16:04 +0000)
committerDavid Schultz <das@FreeBSD.org>
Fri, 24 Sep 2004 16:04:20 +0000 (16:04 +0000)
commitf6bcadc4fc7be8563d0427326763d88e35964871
treec0d3d03c73faef4e996ff3b9984f8cc77ad25a44
parent619baffc0d9f26225d86448e751b32752b09e689
Don't look for swap blocks in objects that aren't swap-backed.
I expect that this will fix the following panic, reported by Jun:
swap_pager_isswapped: failed to locate all swap meta blocks

MT5 candidate
sys/vm/swap_pager.c