commit | 6857a02af5386e9f5d11734363741dbe6b0a6959 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Dec 15 15:33:39 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 15 23:27:45 2015 -0500 |
tree | 62071d5081591c410a678e65744c3f676e87651d | |
parent | 5cfe6d8adb57bd390bedc604be84cf8ff6808e1c [diff] |
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>