Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24946
b: refs/heads/master
c: 4286229
h: refs/heads/master
v: v3
  • Loading branch information
Kirill Korotaev authored and Linus Torvalds committed Mar 31, 2006
1 parent 8a5627f commit 94bcb17
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: e358c1a2c45f7ec32d77cc09a2bb42d6823a4193
refs/heads/master: 428622986858aebddc32d022af65e88b9d2ea8bb
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ static struct files_struct *dup_fd(struct files_struct *oldf, int *errorp)
free_fdset (new_fdt->open_fds, new_fdt->max_fdset);
free_fd_array(new_fdt->fd, new_fdt->max_fds);
kmem_cache_free(files_cachep, newf);
goto out;
return NULL;
}

static int copy_files(unsigned long clone_flags, struct task_struct * tsk)
Expand Down

0 comments on commit 94bcb17

Please sign in to comment.