Skip to content

Commit

Permalink
smbfs: remove unnecessary allow_signal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed May 8, 2007
1 parent f16825b commit 1bd0cf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/smbfs/smbiod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 (;;) {
Expand Down

0 comments on commit 1bd0cf1

Please sign in to comment.