From: Florian Westphal Date: Thu, 24 Jul 2014 14:50:33 +0000 (+0200) Subject: inet: frag: don't account number of fragment queues X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434d305405ab86414f6ea3f261307d443a2c3506;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed