diff options
author | Qian Cai <cai@lca.pw> | 2019-06-20 17:52:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-23 21:12:12 +0300 |
commit | 08003d0b63a63bebaccca90e2f1d628dfd66cd4d (patch) | |
tree | 1b83a726da9fdcb56da2e181aa7c6af90b56d3ed /Documentation/networking | |
parent | c9acece064e3f0042c50162d3405759243225dd6 (diff) | |
download | linux-08003d0b63a63bebaccca90e2f1d628dfd66cd4d.tar.xz |
inet: fix compilation warnings in fqdir_pre_exit()
The linux-next commit "inet: fix various use-after-free in defrags
units" [1] introduced compilation warnings,
./include/net/inet_frag.h:117:1: warning: 'inline' is not at beginning
of declaration [-Wold-style-declaration]
static void inline fqdir_pre_exit(struct fqdir *fqdir)
^~~~~~
In file included from ./include/net/netns/ipv4.h:10,
from ./include/net/net_namespace.h:20,
from ./include/linux/netdevice.h:38,
from ./include/linux/icmpv6.h:13,
from ./include/linux/ipv6.h:86,
from ./include/net/ipv6.h:12,
from ./include/rdma/ib_verbs.h:51,
from ./include/linux/mlx5/device.h:37,
from ./include/linux/mlx5/driver.h:51,
from
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c:37:
[1] https://lore.kernel.org/netdev/20190618180900.88939-3-edumazet@google.com/
Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions