Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cifs: fix rmmod regression in cifs.ko caused by force_sig changes
Fixes: 72abe3b ("signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig") The global change from force_sig caused module unloading of cifs.ko to fail (since the cifsd process could not be killed, "rmmod cifs" now would always fail) Signed-off-by: Steve French <[email protected]> Reviewed-by: Ronnie Sahlberg <[email protected]> CC: Eric W. Biederman <[email protected]>
- Loading branch information