Merge Christoph's freeze cleanup patch

This commit is contained in:
Linus Torvalds
2005-06-25 17:16:53 -07:00
47 changed files with 126 additions and 112 deletions

View File

@@ -536,10 +536,8 @@ int do_signal(struct pt_regs *regs, sigset_t *oldset)
if (!user_mode(regs))
return 1;
if (current->flags & PF_FREEZE) {
refrigerator(0);
if (try_to_freeze())
goto no_signal;
}
if (!oldset)
oldset = &current->blocked;