- sync fedora branch
authorMark Huang <mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:10:58 +0000 (00:10 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:10:58 +0000 (00:10 +0000)
kernel/exit.c

index 4a07c6d..8d83270 100644 (file)
@@ -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);