Date: Fri, 30 Oct 2020 10:47:16 -0400 From: Mark Johnston <markj@freebsd.org> To: Mateusz Guzik <mjg@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r367165 - head/sys/fs/tmpfs Message-ID: <20201030144716.GA60293@raichu> In-Reply-To: <202010301407.09UE7Phw060731@repo.freebsd.org> References: <202010301407.09UE7Phw060731@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 30, 2020 at 02:07:25PM +0000, Mateusz Guzik wrote: > Author: mjg > Date: Fri Oct 30 14:07:25 2020 > New Revision: 367165 > URL: https://svnweb.freebsd.org/changeset/base/367165 > > Log: > tmpfs: change tmpfs dirent zone into a malloc type > > It is 64 bytes. That could change though. What's the reason for whacking UMA zones? Is it to reduce fragmentation? If so it would worth trying to change UMA to share kegs among zones with identical item sizes. That would provide a similar benefit automatically.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201030144716.GA60293>