[CIFS] Do not allow signals in cifs_demultiplex_thread
authorJeff <jlayton@redhat.com>
Mon, 25 Jun 2007 22:16:35 +0000 (22:16 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 25 Jun 2007 22:16:35 +0000 (22:16 +0000)
commit5d9c720678f9b4ed3db86466223dc61cbf78361d
tree8bf8e4417a5c8a33b64227156476f053ea5829f0
parentffdd6e4d1685779a413e4a8d753b1862259ed42a
[CIFS] Do not allow signals in cifs_demultiplex_thread

Switch from send_sig to force_sig and do not allow signal for this
background thread (the signal is needed to wakeup the thread when
blocked in the network stack).

Signed-off-by: Jeff Layton <jlayton@readhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c