summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2021-05-26 10:18:06 -0400
committerMike Snitzer <snitzer@redhat.com>2021-06-04 12:07:25 -0400
commit6bcd658f2a2a13fb63c38fc018e1ab210396aefc (patch)
treea1d21ae1a2bcee0ca216bcef7cb44f71f0a4cd88 /kernel
parentdb2351eb22e42c5e29ce0caa967a10bb34efabb5 (diff)
dm kcopyd: avoid spin_lock_irqsave from process context
The functions "pop", "push_head", "do_work" can only be called from process context. Therefore, replace spin_lock_irq{save,restore} with spin_{lock,unlock}_irq. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions