net: Simplify loopback and improve batching.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 29 Nov 2009 22:25:29 +0000 (22:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Dec 2009 00:15:52 +0000 (16:15 -0800)
Defer calling unregister_netdevice_queue to cleanup_net.  It's simpler
and it allows the loopback device to land in the same batch as other
network devices.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found