]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call
authorGyeongun Kang <kyeongun15@gmail.com>
Wed, 6 Oct 2021 03:57:39 +0000 (03:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2021 14:19:37 +0000 (15:19 +0100)
commitcd90d7b37e99f64fced2638c5b741c3043f7a4cd
tree9e9c891f287b44a2d0f5e093ab8443409c2c930f
parent66a55b6631291b8a0650833830da265dc51a3ea2
gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call

skb_dst_update_pmtu_no_confirm() is a just wrapper function of
->update_pmtu(). So, it doesn't change logic

Signed-off-by: Gyeongun Kang <kyeongun15@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c