Re: [PATCH 3+/4] bridge: fix locking of set path cost

2007-02-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 09:52:51 -0800 > This change goes with earlier change to get rid of > work queue for path cost. Now stp_set_path_cost does its own > locking. This is to allow it to call br_path_cost() which calls > ethtool interfaces (might sleep

[PATCH 3+/4] bridge: fix locking of set path cost

2007-02-27 Thread Stephen Hemminger
This change goes with earlier change to get rid of work queue for path cost. Now stp_set_path_cost does its own locking. This is to allow it to call br_path_cost() which calls ethtool interfaces (might sleep). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/bridge/br_ioctl.c |3