Home
last modified time | relevance | path

Searched hist:"455597 a55f402e52e1c577c921bf5fe3aa4d2281" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/dlm/
H A Drequestqueue.cdiff 455597a55f402e52e1c577c921bf5fe3aa4d2281 Tue Apr 02 21:17:58 CEST 2024 Alexander Aring <aahringo@redhat.com> 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>