]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: Fix specification of function pointers
authorDavid Howells <dhowells@redhat.com>
Mon, 1 Dec 2025 21:45:35 +0000 (21:45 +0000)
committerSteve French <stfrench@microsoft.com>
Fri, 5 Dec 2025 23:10:13 +0000 (17:10 -0600)
commit6a86a4cc281a5cfceda7af60ea6fa506b3db7430
tree3c219fb8f55389eb048da969841c7262ce583acc
parent28405cb5b2fde276036526b0143e60516e26b325
cifs: Fix specification of function pointers

Change the mid_receive_t, mid_callback_t and mid_handle_t function pointers
to have the pointer marker in the typedef.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
cc: linux-cifs@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/transport.c