[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Oct 2006 23:00:26 +0000 (16:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 4 Oct 2006 07:31:02 +0000 (00:31 -0700)
commitae8c05779ac2f286b872db9ebea0c3c0a031ad1e
treeaf273537fa57c67b706b41544bb22bba1dfb9374
parent667bbcb6c099d1b74f95c6963ddf37a32e7afc29
[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.

When we flush policies, we do a type match so we might not
actually delete all policies matching a certain direction.

So keep track of how many policies we actually kill and
subtract that number from xfrm_policy_count[dir] at the
end.

Based upon a patch by Masahide NAKAMURA.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c