From: Patrick McHardy Date: Tue, 17 Apr 2007 00:00:53 +0000 (-0700) Subject: [RTNETLINK]: Remove unnecessary locking in dump callbacks X-Git-Tag: v2.6.22-rc1~1128^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6313c1e0992feaee56bc09b85042b3186041fa3c;p=pandora-kernel.git [RTNETLINK]: Remove unnecessary locking in dump callbacks Since we're now holding the rtnl during the entire dump operation, we can remove additional locking for rtnl protected data. This patch does that for all simple cases (dev_base_lock for dev_base walking, RCU protection for FIB rule dumping). Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed