commit | 14e1d0fa97f821b42e8683500cf4ec817bb5d940 | [log] [tgz] |
---|---|---|
author | Sorin Dumitru <sorin@returnze.ro> | Tue May 26 10:42:04 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 13:33:21 2015 -0400 |
tree | 213d748de6b02020fa76c0cf9309755a798f4fd1 | |
parent | 07f4c90062f8fc7c8c26f8f95324cbe8fa3145a5 [diff] |
vxlan: release lock after each bucket in vxlan_cleanup We're seeing some softlockups from this function when there are a lot fdb entries on a vxlan device. Taking the lock for each bucket instead of the whole table is enough to fix that. Signed-off-by: Sorin Dumitru <sdumitru@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>