From: Eric Dumazet Date: Tue, 11 Dec 2007 10:00:30 +0000 (-0800) Subject: [NET]: dst_ifdown() cleanup X-Git-Tag: v2.6.25-rc1~1162^2~1163 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b7d96167977850f4a24e52dd0a76b03c6542cf;p=pandora-kernel.git [NET]: dst_ifdown() cleanup This cleanup shrinks size of net/core/dst.o on i386 from 1299 to 1289 bytes. (This is because dev_hold()/dev_put() are doing atomic_inc()/atomic_dec() and force compiler to re-evaluate memory contents.) Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed