cifs: No need to send SIGKILL to demux_thread during umount
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 20 Aug 2014 10:39:17 +0000 (19:39 +0900)
committerSteve French <smfrench@gmail.com>
Fri, 22 Aug 2014 05:20:58 +0000 (00:20 -0500)
commit52a36244443eabb594bdb63622ff2dd7a083f0e2
treedfe1f1ee9ed9ea8aa02d2ddc176e871f3a42883a
parent787aded65044e4cabefcf7eb7576c2dd6b151468
cifs: No need to send SIGKILL to demux_thread during umount

There is no need to explicitly send SIGKILL to cifs_demultiplex_thread
as it is calling module_put_and_exit to exit cleanly.

socket sk_rcvtimeo is set to 7 HZ so the thread will wake up in 7 seconds and
clean itself.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Acked-by: Jeff Layton <jlayton@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c
This page took 0.027511 seconds and 5 git commands to generate.