Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47917
b: refs/heads/master
c: 944be0b
h: refs/heads/master
i:
  47915: bc2b7ab
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Feb 12, 2007
1 parent 48b6d00 commit c4e9128
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 92ba0ee2770ed4954e3f8ba412ef2f37e5519477
refs/heads/master: 944be0b224724fcbf63c3a3fe3a5478c325a6547
4 changes: 3 additions & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,10 @@ static void close_files(struct files_struct * files)
while (set) {
if (set & 1) {
struct file * file = xchg(&fdt->fd[i], NULL);
if (file)
if (file) {
filp_close(file, files);
cond_resched();
}
}
i++;
set >>= 1;
Expand Down

0 comments on commit c4e9128

Please sign in to comment.