commit | 2e404f632f44979ddf0ce0808a438249a72d7015 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Fri Aug 01 12:29:47 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 02 15:31:31 2014 -0700 |
tree | ad03dac0a0596292475d7ac25b99c79a3499ee0d | |
parent | f926e23660d52601089222cb4755aabc693ca390 [diff] |
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages Now that we have INET_FRAG_EVICTED we might as well use it to stop sending icmp messages in the "frag_expire" functions instead of stripping INET_FRAG_FIRST_IN from their flags when evicting. Also fix the comment style in ip6_expire_frag_queue(). Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Reviewed-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>