diff options
author | 2025-05-12 11:27:34 +0200 | |
---|---|---|
committer | 2025-05-15 15:23:31 +0200 | |
commit | aaaaa6639cf56eac4c5e58981e7d1b279ba9f4c9 (patch) | |
tree | 23f77e0991844066313c70164ca4c967481ef73a /rust/kernel | |
parent | mptcp: Use nested-BH locking for hmac_storage (diff) | |
download | wireguard-linux-aaaaa6639cf56eac4c5e58981e7d1b279ba9f4c9.tar.xz wireguard-linux-aaaaa6639cf56eac4c5e58981e7d1b279ba9f4c9.zip |
rds: Disable only bottom halves in rds_page_remainder_alloc()
rds_page_remainder_alloc() is invoked from a preemptible context or a
tasklet. There is no need to disable interrupts for locking.
Use local_bh_disable() instead of local_irq_save() for locking.
Cc: Allison Henderson <allison.henderson@oracle.com>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://patch.msgid.link/20250512092736.229935-14-bigeasy@linutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions