Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21078
b: refs/heads/master
c: e0e8eb5
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Mar 17, 2006
1 parent 88568d8 commit a901fdd
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: 232a347a444e687b5f8cf0f6485704db1c6024d3
refs/heads/master: e0e8eb54d8ae0c4cfd1d297f6351b08a7f635c5f
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ asmlinkage long sys_unshare(unsigned long unshare_flags)

if (new_sigh) {
sigh = current->sighand;
current->sighand = new_sigh;
rcu_assign_pointer(current->sighand, new_sigh);
new_sigh = sigh;
}

Expand Down

0 comments on commit a901fdd

Please sign in to comment.