Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

smbfs: remove unnecessary allow_signal

parent f16825bb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 (;;) {