On 13 June 2018 at 17:10, Allan Jude <allanj...@freebsd.org> wrote:
>
> This broke compressed ARC display in top. The sysctl
> vfs.zfs.compressed_arc_enabled is backed by a boolean_t (which is the
> same size as an int), so trying to read it into a bool (1 byte) fails
> and returns ENOMEM.
>
> Fixed in r335099

Sorry for the breakage and thanks for the fix. As discussed on IRC,
the type of the sysctl might change to int (from boolean_t) and we
don't have a great way of asserting that the size is right.



-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to