commit | d2373862b3589260f0139a6e4969478f84154369 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Fri Aug 01 12:29:43 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 02 15:31:31 2014 -0700 |
tree | 3f488ce44f0f498e6bcc29c991451820393748c5 | |
parent | a5536e109453bc625461d287619f4bffe233ade9 [diff] |
inet: frags: use INC_STATS_BH in the ipv6 reassembly code Softirqs are already disabled so no need to do it again, thus let's be consistent and use the IP6_INC_STATS_BH variant. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>