From: Eric Dumazet Date: Fri, 1 Oct 2010 16:15:01 +0000 (+0000) Subject: ipmr: RCU conversion of mroute_sk X-Git-Tag: v2.6.37-rc1~147^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9687098f245601e9d94178715ee03afbcc6f80;p=pandora-kernel.git ipmr: RCU conversion of mroute_sk Use RCU and RTNL to protect (struct mr_table)->mroute_sk Readers use RCU, writers use RTNL. ip_ra_control() already use an RCU grace period before ip_ra_destroy_rcu(), so we dont need synchronize_rcu() in mrtsock_destruct() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed