dlm: remove allocation parameter in msg allocation
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Apr 2024 19:17:57 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Apr 2024 14:58:14 +0000 (09:58 -0500)
commit98808644b920ed7bb33fe7b33d8f09d4e392e6c2
tree18708e42873a24018f6448849d5b2ab51f8c8206
parentca0dcef7cf6c2f746403eac4ac427bd2115e07a8
dlm: remove allocation parameter in msg allocation

Remove the context parameter for message allocations and
always use GFP_ATOMIC. This prepares 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/lowcomms.c
fs/dlm/lowcomms.h
fs/dlm/memory.c
fs/dlm/memory.h
fs/dlm/midcomms.c
fs/dlm/midcomms.h
fs/dlm/rcom.c