dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Eric W. Biederman 2007-05-08 00:30:15 -07:00 committed by Linus Torvalds
parent f16825bbeb
commit 1bd0cf1fc7
1 changed files with 0 additions and 2 deletions

View File

@ -298,8 +298,6 @@ out:
*/
static int smbiod(void *unused)
{
allow_signal(SIGKILL);
VERBOSE("SMB Kernel thread starting (%d) ...\n", current->pid);
for (;;) {