Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36205
b: refs/heads/master
c: 8b0e330
h: refs/heads/master
i:
  36203: 9a88fae
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Sep 27, 2006
1 parent e21f1e9 commit 7b7c2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 07563c711fbc25389e58ab9c9f0b9de2fce56760
refs/heads/master: 8b0e330b7720a206339887044fa275bf537a5264
6 changes: 2 additions & 4 deletions trunk/fs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,8 @@ static struct fdtable *alloc_fdtable(int nr)
out2:
nfds = fdt->max_fdset;
out:
if (new_openset)
free_fdset(new_openset, nfds);
if (new_execset)
free_fdset(new_execset, nfds);
free_fdset(new_openset, nfds);
free_fdset(new_execset, nfds);
kfree(fdt);
return NULL;
}
Expand Down

0 comments on commit 7b7c2c3

Please sign in to comment.