]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The cached_pages_counter is not reset even when shared pages are present
authorattilio <attilio@FreeBSD.org>
Tue, 3 Apr 2012 20:06:07 +0000 (20:06 +0000)
committerattilio <attilio@FreeBSD.org>
Tue, 3 Apr 2012 20:06:07 +0000 (20:06 +0000)
commit3a71812376ecdea43b654625cdd92871b01f6210
tree34783e4b2f980725e40b074f9f8ee5b1ff5a2a93
parent081936d842a0d26bdbb089f04372878eb2a387ff
The cached_pages_counter is not reset even when shared pages are present
if the obj is not a vnode.

Fix this.

Reported and tested by: flo
sys/vm/vm_object.c