Re: [PATCH] convert rtnl to mutex

2006-03-03 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 3 Mar 2006 15:48:17 -0800 > This patch turns the RTNL from a semaphore to a new 2.6.16 mutex > and gets rid of some of the leftover legacy. > > Please queue for 2.6.17 > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks

[PATCH] convert rtnl to mutex

2006-03-03 Thread Stephen Hemminger
This patch turns the RTNL from a semaphore to a new 2.6.16 mutex and gets rid of some of the leftover legacy. Please queue for 2.6.17 Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.17.orig/drivers/net/8139too.c 2006-03-03 15:43:10.0 -0800 +++ net-2.6.17/drivers/n