From: Pravin B Shelar Date: Tue, 11 Nov 2014 23:55:16 +0000 (-0800) Subject: openvswitch: Convert dp rcu read operation to locked operations X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~17^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec609d8b561468691b60347ff594bd443ea58c0;p=pandora-kernel.git openvswitch: Convert dp rcu read operation to locked operations dp read operations depends on ovs_dp_cmd_fill_info(). This API needs to looup vport to find dp name, but vport lookup can fail. Therefore to keep vport reference alive we need to take ovs lock. Introduced by commit 6093ae9abac1 ("openvswitch: Minimize dp and vport critical sections"). Signed-off-by: Pravin B Shelar Acked-by: Andy Zhou --- Reading git-diff-tree failed