dlm: switch to GFP_ATOMIC in dlm allocations
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Apr 2024 19:17:58 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Apr 2024 16:43:49 +0000 (11:43 -0500)
commit455597a55f402e52e1c577c921bf5fe3aa4d2281
tree73352d55a39dec79f8a71b8977f6b15ab9bdb313
parent98808644b920ed7bb33fe7b33d8f09d4e392e6c2
dlm: switch to GFP_ATOMIC in dlm allocations

Replace GFP_NOFS with GFP_ATOMIC.  Also stop using idr_preload which
uses a non-bh spin_lock.  This is further preparation for softirq
message processing.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c
fs/dlm/memory.c
fs/dlm/recover.c
fs/dlm/requestqueue.c