[ovs-git] [openvswitch/ovs] 89a84c: compat: Add missing inline keyword

gvrose8192 noreply at github.com
Wed Nov 20 23:24:16 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 89a84caf9ce9e64cef74e9e71ce3aeacb721795c
      https://github.com/openvswitch/ovs/commit/89a84caf9ce9e64cef74e9e71ce3aeacb721795c
  Author: Greg Rose <gvrose8192 at gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M datapath/linux/compat/include/net/netfilter/nf_conntrack_core.h

  Log Message:
  -----------
  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 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list