]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
authorLu Hongfei <luhongfei@vivo.com>
Mon, 18 Dec 2023 15:34:07 +0000 (00:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Dec 2023 09:41:56 +0000 (10:41 +0100)
commit638043bef94a55461cc8b4207b6f1725553afca9
treec43cd3dacf14330d66b84541697ac38e257dcf9b
parent7585898ddf5a46780617b8450beeb5425309429c
ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void

[ Upstream commit ccb5889af97c03c67a83fcd649602034578c0d61 ]

The return value of ksmbd_vfs_query_maximal_access is meaningless,
it is better to modify it to void.

Signed-off-by: Lu Hongfei <luhongfei@vivo.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ksmbd/smb2pdu.c
fs/ksmbd/vfs.c
fs/ksmbd/vfs.h