Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 15:34:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 245712] iflib: ift_mtx_name is too small
Message-ID:  <bug-245712-7501-kxlqyPDTz1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245712-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245712-7501@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=3D245712

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
I think we could simply extend the array to 32 bytes.  The mutex name is
grouped with other rarely-accessed fields at the end of the structure, and =
we
will not waste a significant amount of memory relative to the total size of=
 the
structure.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245712-7501-kxlqyPDTz1>