]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0a36e0eb7c9b61c7e4d9df59cd078b0bb6d9bd2
tree19ce3fbf83f58bfdd36e5069f71ca4229589736e
parentbc1e976b3e771b425a6881576e9ab15011d67fc6
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