Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93498
b: refs/heads/master
c: 4d9c55e
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 26, 2008
1 parent 05028f4 commit 9e32c4c
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: b74e2082f8e7b8f37af3fc39e8ee0dd0d218c589
refs/heads/master: 4d9c55e44336602f8b2880b972fb55f67bc51dd0
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ asmlinkage long sys_unshare(unsigned long unshare_flags)
int unshare_files(struct files_struct **displaced)
{
struct task_struct *task = current;
struct files_struct *copy;
struct files_struct *copy = NULL;
int error;

error = unshare_fd(CLONE_FILES, &copy);
Expand Down

0 comments on commit 9e32c4c

Please sign in to comment.