Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33653
b: refs/heads/master
c: 513627d
h: refs/heads/master
i:
  33651: f18978b
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Aug 27, 2006
1 parent bae4de1 commit e46eb10
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: 4df46240a1312161e3c794f6ace50ef7eb5ff3d7
refs/heads/master: 513627d7fec6fcb7b3d56ce355cb4d192c76b530
2 changes: 1 addition & 1 deletion trunk/fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int de_thread(struct task_struct *tsk)

write_lock_irq(&tasklist_lock);
spin_lock(&oldsighand->siglock);
spin_lock(&newsighand->siglock);
spin_lock_nested(&newsighand->siglock, SINGLE_DEPTH_NESTING);

rcu_assign_pointer(current->sighand, newsighand);
recalc_sigpending();
Expand Down

0 comments on commit e46eb10

Please sign in to comment.