commit | 75d855a5e93e6f3d9b37a8719d69a5318f051453 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Aug 23 09:57:51 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 23 17:46:17 2016 -0700 |
tree | fa033d6cfcf5a6d7f273998ace36c144b4445f2b | |
parent | 232cb53a45965f8789fbf0a9a1962f8c67ab1a3c [diff] |
udp: get rid of SLAB_DESTROY_BY_RCU allocations After commit ca065d0cf80f ("udp: no longer use SLAB_DESTROY_BY_RCU") we do not need this special allocation mode anymore, even if it is harmless. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>