commit | 24be6e81c78314c91a47200272eb4bc31284bd7b | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Mon Jun 18 11:09:36 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jul 10 21:47:29 2007 -0700 |
tree | bbdc6d8789ae5e2be3dad7930b3eacbbb1dcddec | |
parent | 2aec5c602c6a44e2a3a173339a9ab94549658e4b [diff] |
IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible The ib_cm is a little over zealous about using spin_lock_irqsave, when spin_lock_irq would do. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>