Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10023
b: refs/heads/master
c: d1209d0
h: refs/heads/master
i:
  10021: 7f62d16
  10019: 79f3bd3
  10015: a91e221
v: v3
  • Loading branch information
Alan Stern authored and Linus Torvalds committed Oct 20, 2005
1 parent 699bb7c commit 8988dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9b25fabfddf142b5af8268692701d386cf37e4f
refs/heads/master: d1209d049bbc3df66650f8417637be4f7b57b604
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ static inline void copy_flags(unsigned long clone_flags, struct task_struct *p)
{
unsigned long new_flags = p->flags;

new_flags &= ~PF_SUPERPRIV;
new_flags &= ~(PF_SUPERPRIV | PF_NOFREEZE);
new_flags |= PF_FORKNOEXEC;
if (!(clone_flags & CLONE_PTRACE))
p->ptrace = 0;
Expand Down

0 comments on commit 8988dde

Please sign in to comment.