From: Namjae Jeon Date: Wed, 20 Aug 2014 10:39:17 +0000 (+0900) Subject: cifs: No need to send SIGKILL to demux_thread during umount X-Git-Tag: fixes-for-v3.18-merge-window~154^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a36244443eabb594bdb63622ff2dd7a083f0e2;p=pandora-kernel.git 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 Signed-off-by: Ashish Sangwan Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed