From: Stephen Hemminger Date: Mon, 17 Jun 2013 21:16:12 +0000 (-0700) Subject: vxlan: convert remotes list to list_rcu X-Git-Tag: v3.11-rc1~64^2~62^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e61aa8f0a68e6e007c223688f442be04a44b0f4;p=pandora-kernel.git vxlan: convert remotes list to list_rcu Based on initial work by Mike Rapoport Use list macros and RCU for tracking multiple remotes. Note: this code assumes list always has at least one entry, because delete is not supported. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed