diff options
author | David Howells <dhowells@redhat.com> | 2020-10-01 12:57:40 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-10-05 17:34:32 +0200 |
commit | fa1d113a0f96f9ab7e4fe4f8825753ba1e34a9d3 (patch) | |
tree | cb7b3d98dd566e396014ee970151af949f913356 /mm/page_vma_mapped.c | |
parent | rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() (diff) | |
download | linux-fa1d113a0f96f9ab7e4fe4f8825753ba1e34a9d3.tar.xz linux-fa1d113a0f96f9ab7e4fe4f8825753ba1e34a9d3.zip |
rxrpc: Fix some missing _bh annotations on locking conn->state_lock
conn->state_lock may be taken in softirq mode, but a previous patch
replaced an outer lock in the response-packet event handling code, and lost
the _bh from that when doing so.
Fix this by applying the _bh annotation to the state_lock locking.
Fixes: a1399f8bb033 ("rxrpc: Call channels should have separate call number spaces")
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'mm/page_vma_mapped.c')
0 files changed, 0 insertions, 0 deletions