commit | 5d9c720678f9b4ed3db86466223dc61cbf78361d | [log] [tgz] |
---|---|---|
author | Jeff <jlayton@redhat.com> | Mon Jun 25 22:16:35 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jun 25 22:16:35 2007 +0000 |
tree | 8bf8e4417a5c8a33b64227156476f053ea5829f0 | |
parent | ffdd6e4d1685779a413e4a8d753b1862259ed42a [diff] |
[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>