]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make vm_pageout_wakeup_thresh a u_int rather than an int.
authormarkj <markj@FreeBSD.org>
Wed, 20 Jul 2016 00:09:22 +0000 (00:09 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 20 Jul 2016 00:09:22 +0000 (00:09 +0000)
commit7587fb11efae8bc2be232c35b4752c493e1fc14a
tree9768dca87b96e034193a6356bbfa0b6abd2698b7
parent87b46509b4c50d6ec223dd6fe64fa0d16f6bccc6
Make vm_pageout_wakeup_thresh a u_int rather than an int.

It's a threshold for v_free_count, which is of type u_int. This also lets
us get rid of a cast in vm_paging_needed().

Reviewed by: alc
MFC after: 1 week
sys/sys/vmmeter.h
sys/vm/vm_pageout.c