commit | 7f049f2f4259e4a5c213720df1ce0c2ca095641a | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Mon Nov 26 11:28:44 2007 -0600 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jan 25 14:15:26 2008 -0800 |
tree | d59b130c0aa7f2600cb2c9dfd3d2b569c7bba601 | |
parent | 908cf9a565348b5a6d765d120cb189a568ea4883 [diff] |
RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo call Currently the call into cxgb3 to get the driver info is not serialized. The iw_cxgb3 module needs to hold the rtnl_lock around the ethtool ops call like dev_ioctl() does. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>