[Bug 275594] High CPU usage by arc_prune; analysis and fix

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 24 Jan 2024 12:43:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275594

--- Comment #38 from Seigo Tanimura <seigo.tanimura@gmail.com> ---
(In reply to Seigo Tanimura from comment #37)

The fix has been confirmed, the branches for stable/13 are now ready for
testing.  My apology for the trouble.

The flag for the running ARC pruning is now cleared by atomic_store_rel_int(). 
atomic_set_rel_int() was called by mistake, which did not clear the flag.

The fixed result will be shared as soon as the build test finishes on my side.

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