[Bug 224080] ZFS: "arc_dnlc_evicts_thr" + "arc_reclaim_thread" - high CPU load during poudriere build...
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 13 03:06:26 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224080
--- Comment #33 from Cy Schubert <cy at FreeBSD.org> ---
On i386 this probably needs a cast.
/opt/src/svn-current/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:6115:2
1: error: ordered comparison between pointer and integer ('uint64_t' (aka
'unsig
ned long long') and 'long (*)(void)') [-Werror]
available_memory = MIN(available_memory, uma_avail);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/src/svn-current/sys/sys/param.h:305:23: note: expanded from macro 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
~~~^~~~
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list