diff options
| author | Eric Dumazet <edumazet@google.com> | 2018-10-10 12:29:59 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-18 09:13:24 +0200 |
| commit | 965e2adc5850836586e0961c350b94c2092da319 (patch) | |
| tree | 173e26f6a0b7a93d3b7b2dfa1867cca30125ede6 /include | |
| parent | 49106f36c253a3c4ce7cf297415826af0c4339ea (diff) | |
| download | linux-965e2adc5850836586e0961c350b94c2092da319.tar.gz linux-965e2adc5850836586e0961c350b94c2092da319.tar.bz2 linux-965e2adc5850836586e0961c350b94c2092da319.zip | |
inet: frags: remove inet_frag_maybe_warn_overflow()
This function is obsolete, after rhashtable addition to inet defrag.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 2d44ed22e607f9a285b049de2263e3840673a260)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 7e984045b2b7..23161bf5d899 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h @@ -109,8 +109,6 @@ void inet_frags_exit_net(struct netns_frags *nf); void inet_frag_kill(struct inet_frag_queue *q); void inet_frag_destroy(struct inet_frag_queue *q); struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, void *key); -void inet_frag_maybe_warn_overflow(struct inet_frag_queue *q, - const char *prefix); static inline void inet_frag_put(struct inet_frag_queue *q) { |
