Files
linux-rockchip/include/linux
Winston Wen 952af5cfd5 fs/nls: make load_nls() take a const parameter
[ Upstream commit c1ed39ec116272935528ca9b348b8ee79b0791da ]

load_nls() take a char * parameter, use it to find nls module in list or
construct the module name to load it.

This change make load_nls() take a const parameter, so we don't need do
some cast like this:

        ses->local_nls = load_nls((char *)ctx->local_nls->charset);

Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Winston Wen <wentao@uniontech.com>
Reviewed-by: Paulo Alcantara <pc@manguebit.com>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-09-13 09:42:22 +02:00
..
2023-07-19 16:21:11 +02:00
2023-06-21 16:01:00 +02:00
2023-07-19 16:21:05 +02:00
2023-08-30 16:11:10 +02:00
2023-05-30 14:03:22 +01:00
2022-10-17 16:32:05 +02:00
2023-08-03 10:23:48 +02:00
2023-07-19 16:21:54 +02:00
2023-08-16 18:27:20 +02:00
2022-11-10 12:03:36 -07:00