On Mon, 3 Jul 2006 12:18:54 +0400 Andrey Savochkin <[EMAIL PROTECTED]> wrote:
> Cleanup of net_device list use in network device drivers and protocols > other than IP. > > The cleanup consists of > - converting the to list_head, to make the list double-linked (thus making > remove operation O(1)), and list walks more readable; Maybe this should be RCU'd to get rid of the read_lock. > - introducing of for_each_netdev wrapper over list_for_each. > > Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> Looks good thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html