diff options
author | Nishanth Aravamudan <[email protected]> | 2010-10-27 19:06:30 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-10-28 10:27:02 -0700 |
commit | 69dcfc8aad24fa95ae0a0ad1405cf6847e3ec14a (patch) | |
tree | 01e2ccc4f6e2cdc440262cd245ea79af2210efaa /net/unix/sysctl_net_unix.c | |
parent | b7126d8c70a1d4656f1c351de8528df22dfd2d46 (diff) |
cxgb3: fix crash due to manipulating queues before registration
Along the same lines as "cxgb4: fix crash due to manipulating queues
before registration" (8f6d9f40476895571df039b6f1f5230ec7faebad), before
commit "net: allocate tx queues in register_netdevice"
netif_tx_stop_all_queues and related functions could be used between
device allocation and registration but now only after registration.
cxgb4 has such a call before registration and crashes now. Move it
after register_netdev.
Signed-off-by: Nishanth Aravamudan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Divy Le Ray <[email protected]>
Cc: Dimitris Michailidis <[email protected]>
Cc: [email protected]
Cc: [email protected]
Tested-by: Nishanth Aravamudan <[email protected]>
Acked-by: Divy Le Ray <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions