From: Sheena Mira-ato
Date: Thu, 1 Mar 2018 10:28:40 +1300
> Export the ip6_fragment function so other loadable kernel
> modules can access it. The ipv4 version is already
> exported.
Missing an appropriate signoff.
And there is no reason to export a function until there is
an in-tree user.
Export the ip6_fragment function so other loadable kernel
modules can access it. The ipv4 version is already
exported.
---
net/ipv6/ip6_output.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 997c7f19ad62..8604031f0a93 100644
--- a/net/ipv6