commit | 9d47b380563174e5c15776ce6ca9bab4ee7d59e3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 21 16:08:02 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 22 13:24:02 2013 -0700 |
tree | c88dbe342a7ece90aab4341cb7b8112293e86689 | |
parent | e75dc677ff8d06ffa61bef6fee436227ae5440c6 [diff] |
Revert "genetlink: fix family dump race" This reverts commit 58ad436fcf49810aa006016107f494c9ac9013db. It turns out that the change introduced a potential deadlock by causing a locking dependency with netlink's cb_mutex. I can't seem to find a way to resolve this without doing major changes to the locking, so revert this. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>