]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not abuse flag that is clearly marked as unused.
authorGleb Smirnoff <glebius@FreeBSD.org>
Thu, 31 Aug 2017 23:19:18 +0000 (23:19 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Thu, 31 Aug 2017 23:19:18 +0000 (23:19 +0000)
commit2cc3b2eec56a2a536095fc2cf4fb0aaa686c689f
treeac866490df3e05d7faf58a358df4950c8228b3b1
parent2f6a1a81bb01192c179cf8400174c4173faa6511
Do not abuse flag that is clearly marked as unused.
This creates conflicts with FreeBSD variations that may use it.  The
usage of the flag M_TOOBIG is limited to iflib queue, thus using
one of M_PROTO flags is fine.  There is no need to grab global flag.

Silence from: kmacy, sbruno (2 weeks)
sys/net/iflib.c