commit | 86e93e470cadedda9181a2bd9aee1d9d2e5e9c0f | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jul 24 16:50:31 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 27 22:34:35 2014 -0700 |
tree | adf79021d31261d4ad11c0cbc72ff33cf1e83902 | |
parent | fb3cfe6e75b9d05c87265e85e67d7caf6e5b44a7 [diff] |
inet: frag: move evictor calls into frag_find function First step to move eviction handling into a work queue. We lose two spots that accounted evicted fragments in MIB counters. Accounting will be restored since the upcoming work-queue evictor invokes the frag queue timer callbacks instead. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>