From: Eric W. Biederman <ebiederm@xmission.com>
Date: Tue, 8 May 2007 07:30:15 +0000 (-0700)
Subject: smbfs: remove unnecessary allow_signal
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1bd0cf1fc78e59e1d2b4e44348a85d39b983c80d;p=linux.git

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>
---

diff --git a/fs/smbfs/smbiod.c b/fs/smbfs/smbiod.c
index 3e61b44e51a98..67176af8515f8 100644
--- a/fs/smbfs/smbiod.c
+++ b/fs/smbfs/smbiod.c
@@ -298,8 +298,6 @@ out:
  */
 static int smbiod(void *unused)
 {
-	allow_signal(SIGKILL);
-
 	VERBOSE("SMB Kernel thread starting (%d) ...\n", current->pid);
 
 	for (;;) {