[Bug 245712] iflib: ift_mtx_name is too small

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 30 15:34:49 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245712

Mark Johnston <markj at FreeBSD.org> changed:

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

--- Comment #1 from Mark Johnston <markj at 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.

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


More information about the freebsd-net mailing list