]> git.proxmox.com Git - ovs.git/commit
compat: Add missing inline keyword
authorGreg Rose <gvrose8192@gmail.com>
Tue, 5 Nov 2019 22:14:24 +0000 (14:14 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Nov 2019 23:23:53 +0000 (15:23 -0800)
commit89a84caf9ce9e64cef74e9e71ce3aeacb721795c
tree969f7b3554a82032647e59d8d12705213b90e683
parentafc0c379f6e13cdcbb4447f17bbb74b882503af4
compat: Add missing inline keyword

The missing inline keyword before the definition of the
rpl_nf_ct_tmpl_free() function causes spurious warnings about the
function not being used on some older kernels.  Add the keyword
to suppress the warning.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath/linux/compat/include/net/netfilter/nf_conntrack_core.h