]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The bits set in a page's dirty mask are a subset of the bits set in its
authorAlan Cox <alc@FreeBSD.org>
Wed, 24 Jun 2009 04:45:03 +0000 (04:45 +0000)
committerAlan Cox <alc@FreeBSD.org>
Wed, 24 Jun 2009 04:45:03 +0000 (04:45 +0000)
commit26f4eea53f7ea0c344decffbff70c36ad6567753
tree9a246139c9719e94baba971fd5d4e5e6daa274d5
parentf3bf5def2060074e52784dbcd497a7711dd165bb
The bits set in a page's dirty mask are a subset of the bits set in its
valid mask.  Consequently, there is no need to perform a bit-wise and of
the page's dirty and valid masks in order to determine which parts of a
page are dirty and valid.

Eliminate an unnecessary #include.
sys/vm/vm_object.c
sys/vm/vm_pageout.c