Re: kmalloc_slab mgt field unused

Matthew Dillon <[email protected]> Tue, 18 May 2021 14:54:45 -0900
Newsgroups gmane.os.dragonfly-bsd.kernel
Message-ID <CAOZ7CpCTXsgiyA+sbsGZ3W8CBsahAbCPOQyVcBH3cJXwHJx8fQ@mail.gmail.com>
--000000000000e3c28005c2a36f61
Content-Type: text/plain; charset="UTF-8"

Yah, originally I was going to have a back-pointer from the slab but it
turned out to be unnecessary.  I'll change it to 'void *unused01' so the
structure size doesn't change.  And I might as well keep the bmap[] field
16-byte aligned.

-Matt

--000000000000e3c28005c2a36f61
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Yah, originally I was going to have a back-pointer from th=
e slab but it turned out to be unnecessary.=C2=A0 I&#39;ll change it to &#3=
9;void *unused01&#39; so the structure size doesn&#39;t change.=C2=A0 And I=
 might as well keep the bmap[] field 16-byte aligned.<div><br></div><div>-M=
att</div></div>

--000000000000e3c28005c2a36f61--