svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

Bryan Drewery bdrewery at FreeBSD.org
Fri Aug 29 14:51:21 UTC 2014


On 8/28/2014 6:22 PM, Peter Wemm wrote:
[...]
> vm_paging_needed(void)
> {
>     return (vm_cnt.v_free_count + vm_cnt.v_cache_count <
>         vm_pageout_wakeup_thresh);
> }

By the way there is a signed to unsigned comparison here.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20140829/8b972319/attachment.sig>


More information about the svn-src-head mailing list