Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cifs: Fix crash on unload of cifs_arc4.ko
The exit function is wrongly placed in the __init section and this leads to a crash when the module is unloaded. Just remove both the init and exit functions since this module does not need them. Fixes: 71c0286 ("cifs: fork arc4 and create a separate module...") Signed-off-by: Vincent Whitchurch <[email protected]> Acked-by: Ronnie Sahlberg <[email protected]> Acked-by: Paulo Alcantara (SUSE) <[email protected]> Cc: [email protected] # 5.15 Signed-off-by: Steve French <[email protected]>
- Loading branch information