commit | 463e6ebc86578ef3ff5bb500f6fc9449afaeea7e | [log] [tgz] |
---|---|---|
author | Mitko Haralanov <mitko.haralanov@intel.com> | Fri Feb 05 11:57:53 2016 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Mon Feb 29 17:10:39 2016 -0500 |
tree | 0f325f2ac743a5bb8be44d904f07691c6bcb5a8e | |
parent | f88e0c8a139dc737b997876203885a3168c32e95 [diff] |
staging/hfi1: Convert lock to mutex The exp_lock lock does not need to be a spinlock as all its uses are in process context and allowing the process to sleep when the mutex is contended might be beneficial. Signed-off-by: Mitko Haralanov <mitko.haralanov@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>