Home
last modified time | relevance | path

Searched hist:"6857 a02af5386e9f5d11734363741dbe6b0a6959" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sctp/
H A Dprotocol.cdiff 6857a02af5386e9f5d11734363741dbe6b0a6959 Tue Dec 15 17:33:39 CST 2015 Eric Dumazet <edumazet@google.com> sctp: use GFP_KERNEL in sctp_init()

modules init functions being called from process context, we better
use GFP_KERNEL allocations to increase our chances to get these
high-order pages we want for SCTP hash tables.

This mostly matters if SCTP module is loaded once memory got fragmented.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>