commit | 056925ab3145713e5e83cf8e05ae6fb2f4ace41e | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sun Sep 16 15:42:43 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:51:21 2007 -0700 |
tree | 98a5cadc7499acdc6c89ddc4d58f802b17c5d7e7 | |
parent | 30d97d35851f40fd1c108d1b8904aca3c38d0126 [diff] |
[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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>