Re: [PATCH] Cleanup calling netdev notifiers

2007-09-16 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 14 Sep 2007 14:34:22 +0400 > 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 savi

[PATCH] Cleanup calling netdev notifiers

2007-09-14 Thread Pavel Emelyanov
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 noticeabl