]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3a3ba5a97e605d79257768e2e9a8845dd62867b
tree0a01b3c0f495fcbd4f3a7ef10f9fd400f21ec0a1
parent37b5fc250d634b00c7f5acf5682a3d7f1ad1c939
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