aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_nf_core.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-13 12:11:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-13 12:11:40 +0100
commit845f081002eebd7a1216fc0a5ef2c862dc6d093e (patch)
tree41f5ee3829836aafc4d872edf2c2e22390ae6034 /net/bridge/br_nf_core.c
parentusbip: Fix unsafe unaligned pointer usage (diff)
parentLinux 5.5-rc6 (diff)
downloadlinux-dev-845f081002eebd7a1216fc0a5ef2c862dc6d093e.tar.xz
linux-dev-845f081002eebd7a1216fc0a5ef2c862dc6d093e.zip
Merge 5.5-rc6 into usb-next
We need the USB fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/bridge/br_nf_core.c')
-rw-r--r--net/bridge/br_nf_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bridge/br_nf_core.c b/net/bridge/br_nf_core.c
index 2cdfc5d6c25d..8c69f0c95a8e 100644
--- a/net/bridge/br_nf_core.c
+++ b/net/bridge/br_nf_core.c
@@ -22,7 +22,8 @@
#endif
static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk,
- struct sk_buff *skb, u32 mtu)
+ struct sk_buff *skb, u32 mtu,
+ bool confirm_neigh)
{
}