From: Patrick McHardy Date: Wed, 19 Nov 2008 08:03:09 +0000 (+0000) Subject: pkt_sched: remove unnecessary xchg() in packet classifiers X-Git-Tag: v2.6.29-rc1~581^2~622 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a1a1d4be2910b13a8e90f75c17e253c39531ff;p=pandora-kernel.git pkt_sched: remove unnecessary xchg() in packet classifiers The use of xchg() hasn't been necessary since 2.2.something when proper locking was added to packet schedulers. In the case of classifiers they mostly weren't even necessary before that since they're mainly used to assign a NULL pointer to the filter root in the ->destroy path; the root is destroyed immediately after that. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed