]> 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>
Sun, 31 Dec 2023 07:12:46 +0000 (16:12 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2024 14:18:30 +0000 (15:18 +0100)
commitde43cdaa88c27c7e3d54e48ead7dff58eec27da1
tree0810b2a5b09db75d899078b665aefe0a58515128
parentdeb79f20be21db51369d45ea5a3002c480a19d00
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: Sasha Levin <sashal@kernel.org>
fs/smb/server/smb2pdu.c
fs/smb/server/vfs.c
fs/smb/server/vfs.h