commit | 86b1309c7e411b7c25dc0dc7a092582a4d291044 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Thu Nov 10 19:14:51 2011 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Sat Dec 03 09:35:07 2011 -0800 |
tree | b2557cbe0441d1d762e87a56e105bff6581c13e9 | |
parent | 263ba61d3b19508dfb003c215ec5d23f882b4f87 [diff] |
genetlink: Add lockdep_genl_is_held(). Open vSwitch uses genl_mutex locking to protect datapath data-structures like flow-table, flow-actions. Following patch adds lockdep_genl_is_held() which is used for rcu annotation to prove locking. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>