Re: [PATCH] IP6 Fragment: Export ip6_fragment function
From: David Miller <davem@davemloft.net>
Date: 2018-03-01 03:23:34
From: David Miller <davem@davemloft.net>
Date: 2018-03-01 03:23:34
From: Sheena Mira-ato <redacted> 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. We do not export symbols for the sake of out-of-tree code, sorry.