]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix rmmod regression in cifs.ko caused by force_sig changes
authorSteve French <stfrench@microsoft.com>
Wed, 24 Jul 2019 03:14:29 +0000 (22:14 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 5 Aug 2019 03:02:29 +0000 (22:02 -0500)
commit18606408eef3d8ce5dbe2c8a9dd355c143fda765
treea305446a46d6bb639929e85181ac1002440cbebe
parent98f2f03894443d3a44ddfe8334be57b6ae4f612b
cifs: fix rmmod regression in cifs.ko caused by force_sig changes

Fixes: 25128b1f5b6e ("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 <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
CC: Eric W. Biederman <ebiederm@xmission.com>
fs/cifs/connect.c