commit | 434d305405ab86414f6ea3f261307d443a2c3506 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jul 24 16:50:33 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 27 22:34:36 2014 -0700 |
tree | 4637301f47599b6a4bac0c63d3d5df8cebc57f89 | |
parent | b13d3cbfb8e8a8f53930af67d1ebf05149f32c24 [diff] |
inet: frag: don't account number of fragment queues The 'nqueues' counter is protected by the lru list lock, once thats removed this needs to be converted to atomic counter. Given this isn't used for anything except for reporting it to userspace via /proc, just remove it. We still report the memory currently used by fragment reassembly queues. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>