]> git.ipfire.org Git - people/ms/linux.git/commit - fs/dlm/lowcomms.c
fs: dlm: let handle callback data as void
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Nov 2021 19:17:19 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 2 Nov 2021 19:39:20 +0000 (14:39 -0500)
commit5c16febbc19bb463bfb8e80cb5b24ec6ff1a439f
tree19ce3fbf83f58bfdd36e5069f71ca4229589736e
parent3cb5977c5214c219b2859f926ed547480d53fdde
fs: dlm: let handle callback data as void

This patch changes the dlm_lowcomms_new_msg() function pointer private data
from "struct mhandle *" to "void *" to provide different structures than
just "struct mhandle".

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