fs: dlm: use packet in dlm_mhandle
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Oct 2022 20:45:14 +0000 (16:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 8 Nov 2022 18:59:41 +0000 (12:59 -0600)
commit5b787667e87a373a2f8f70e6be2b5d99c408462f
tree71a51b8a1a538bd5f5dca4fa4656c423ce08e311
parent57a5724ef0b332eb6e78250157910a006b01bf6e
fs: dlm: use packet in dlm_mhandle

To allow more than just dereferencing the inner header we directly point
to the inner dlm packet which allows us to dereference the header, rcom
or message structure.

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