commit | 78e2045d3d562e43562e3cbf0e96c26e38a718e9 | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Sun Nov 23 01:22:52 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 23 14:31:25 2014 -0500 |
tree | 0358eacd0cecc7116465d68095d64c4860fb7337 | |
parent | db40b3f55a2297eff15f24a4d3d52f70783a6530 [diff] |
enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) All the access to wq has been moved out of hardirq context. We no longer need to use spin_lock_irqsave. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>