gtp: relax alloc constraint when adding a pdp
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 28 Aug 2020 13:30:56 +0000 (15:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 19:24:34 +0000 (12:24 -0700)
commit151ea46f3de136f350c69562ce377e6d0200ece0
tree0a01b3c0f495fcbd4f3a7ef10f9fd400f21ec0a1
parente2d1baca2b3396371db0a6e1643e487519122069
gtp: relax alloc constraint when adding a pdp

When a PDP context is added, the rtnl lock is held, thus no need to force
a GFP_ATOMIC.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c