mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
smbfs: remove unnecessary allow_signal
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f16825bbeb
commit
1bd0cf1fc7
1 changed files with 0 additions and 2 deletions
|
@ -298,8 +298,6 @@ out:
|
|||
*/
|
||||
static int smbiod(void *unused)
|
||||
{
|
||||
allow_signal(SIGKILL);
|
||||
|
||||
VERBOSE("SMB Kernel thread starting (%d) ...\n", current->pid);
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Reference in a new issue