From: Pavel Emelyanov Date: Sun, 16 Sep 2007 22:42:43 +0000 (-0700) Subject: [NET]: Cleanup calling netdev notifiers. X-Git-Tag: v2.6.24-rc1~1454^2~479 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056925ab3145713e5e83cf8e05ae6fb2f4ace41e;p=pandora-kernel.git [NET]: Cleanup calling netdev notifiers. The call_netdev_notifiers routine can successfully be used in the net/core_dev.c itself. This will save 6 lines of code and 62 ;) bytes of .text section. 62 is rather small, but I have one more patch saving ~30 bytes from netns code (sent to Eric), so altogether they can save some more noticeable amount. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed