diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2021-11-03 00:02:30 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-11-19 13:29:14 -0400 |
commit | 21adfa7a3c4e7758a43dbfa33782dbef42c76ec5 (patch) | |
tree | aa22110248818e25f9a7aee71f7416b961b43a64 /kernel/kexec_elf.c | |
parent | 10f2d1cbf8f16c63ca3d746adb33d43f116dbb05 (diff) | |
download | linux-21adfa7a3c4e7758a43dbfa33782dbef42c76ec5.tar.gz linux-21adfa7a3c4e7758a43dbfa33782dbef42c76ec5.tar.bz2 linux-21adfa7a3c4e7758a43dbfa33782dbef42c76ec5.zip |
RDMA/rxe: Replace irqsave locks with bh locks
Most of the locks in the rxe driver are _irqsave/restore locks but in fact
there are no interrupt threads that run rxe code or share data with
rxe. There are softirq threads and data sharing so the appropriate lock
type is _bh. This patch replaces all irqsave type locks with bh type
locks.
Link: https://lore.kernel.org/r/20211103050241.61293-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'kernel/kexec_elf.c')
0 files changed, 0 insertions, 0 deletions