Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 03:06:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 224080] ZFS: "arc_dnlc_evicts_thr" + "arc_reclaim_thread" - high CPU load during poudriere build...
Message-ID:  <bug-224080-3630-DSYrOTQlyk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224080-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224080-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224080

--- Comment #33 from Cy Schubert <cy@FreeBSD.org> ---
On i386 this probably needs a cast.=20

/opt/src/svn-current/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:6=
115:2
1: error: ordered comparison between pointer and integer ('uint64_t' (aka
'unsig
ned long long') and 'long (*)(void)') [-Werror]
        available_memory =3D 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))
                   ~~~^~~~

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224080-3630-DSYrOTQlyk>