From: David S. Miller Date: Wed, 9 Jul 2008 00:18:23 +0000 (-0700) Subject: netdev: Move queue_lock into struct netdev_queue. X-Git-Tag: v2.6.27-rc1~969^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2b48475a0a36f8b3bbb2da60d3a006dc5c2c84;p=pandora-kernel.git netdev: Move queue_lock into struct netdev_queue. The lock is now an attribute of the device queue. One thing to notice is that "suspicious" places emerge which will need specific training about multiple queue handling. They are so marked with explicit "netdev->rx_queue" and "netdev->tx_queue" references. Signed-off-by: David S. Miller --- Reading git-diff-tree failed