Commit 1bd0cf1f authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds

smbfs: remove unnecessary allow_signal

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f16825bb
......@@ -298,8 +298,6 @@ static void smbiod_doio(struct smb_sb_info *server)
*/
static int smbiod(void *unused)
{
allow_signal(SIGKILL);
VERBOSE("SMB Kernel thread starting (%d) ...\n", current->pid);
for (;;) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment