git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4952570
)
- sync fedora branch
author
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:10:58 +0000
(
00:10
+0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:10:58 +0000
(
00:10
+0000)
kernel/exit.c
patch
|
blob
|
history
diff --git
a/kernel/exit.c
b/kernel/exit.c
index
4a07c6d
..
8d83270
100644
(file)
--- a/
kernel/exit.c
+++ b/
kernel/exit.c
@@
-386,7
+386,7
@@
static inline void close_files(struct files_struct * files)
while (set) {
if (set & 1) {
struct file * file = xchg(&files->fd[i], NULL);
- if (file)
+ if (file)
filp_close(file, files);
vx_openfd_dec(i);
}
@@
-1420,7
+1420,6
@@
check_continued:
flag = 1;
if (!unlikely(options & WCONTINUED))
continue;
-
retval = wait_task_continued(
p, (options & WNOWAIT),
infop, stat_addr, ru);