gtp: remove useless rcu_read_lock()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 28 Aug 2020 13:30:55 +0000 (15:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 19:24:34 +0000 (12:24 -0700)
commite2d1baca2b3396371db0a6e1643e487519122069
tree6896a2b8fbf92de1a8e41cb71a1f0399fe1b9401
parente859a60add1dd3f844c94c7a782c1a16610bd192
gtp: remove useless rcu_read_lock()

The rtnl lock is taken just the line above, no need to take the rcu also.

Fixes: 1788b8569f5d ("gtp: fix use-after-free in gtp_encap_destroy()")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c