| commit | 9a56ff6b34bdba7eceba137e67ae1ac7ae4603e8 | [log] [tgz] |
|---|---|---|
| author | Elena Reshetova <elena.reshetova@intel.com> | Fri Nov 25 18:37:20 2016 +0200 |
| committer | Kees Cook <keescook@chromium.org> | Wed Jan 11 15:44:40 2017 -0800 |
| tree | 3c2a38b9bb4004e22ba8c674e9fe373894518a57 | |
| parent | 4ee693494b9fbdcb38d955194b506d39fc59de2a [diff] |
drivers: infiniband convert from atomic_t to refcount_t refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. Convert the cases found. Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org>