From 1bd0cf1fc78e59e1d2b4e44348a85d39b983c80d Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Tue, 8 May 2007 00:30:15 -0700 Subject: smbfs: remove unnecessary allow_signal Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/smbfs/smbiod.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs') diff --git a/fs/smbfs/smbiod.c b/fs/smbfs/smbiod.c index 3e61b44e51a..67176af8515 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 (;;) { -- cgit v1.2.3