linux-stable/fs/smb/server/mgmt
Christophe JAILLET ebfee7ad27 ksmbd: Remove usage of the deprecated ida_simple_xx() API
ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().

This is less verbose.

Note that the upper limit of ida_simple_get() is exclusive, but the one of
ida_alloc_range() is inclusive. So change a 0xFFFFFFFF into a 0xFFFFFFFE in
order to keep the same behavior.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-01-09 12:52:33 -06:00
..
ksmbd_ida.c ksmbd: Remove usage of the deprecated ida_simple_xx() API 2024-01-09 12:52:33 -06:00
ksmbd_ida.h
share_config.c
share_config.h ksmbd: fix force create mode' and force directory mode' 2023-08-29 12:30:20 -05:00
tree_connect.c ksmbd: fix race condition between tree conn lookup and disconnect 2023-10-04 21:56:28 -05:00
tree_connect.h ksmbd: fix race condition between tree conn lookup and disconnect 2023-10-04 21:56:28 -05:00
user_config.c
user_config.h ksmbd: Remove unused field in ksmbd_user struct 2023-10-22 19:06:27 -05:00
user_session.c ksmbd: fix race condition between tree conn lookup and disconnect 2023-10-04 21:56:28 -05:00
user_session.h ksmbd: fix race condition between tree conn lookup and disconnect 2023-10-04 21:56:28 -05:00