]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/exec.c
[MIPS] MTX-1 code style cleanup
[linux-2.6-omap-h63xx.git] / fs / exec.c
index 8fccc276d40d6f69e8ee7e3daf2852f33e823ed1..aeaa9791d8be2ed499aea2c314d939f385d76e54 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -24,6 +24,7 @@
 
 #include <linux/slab.h>
 #include <linux/file.h>
+#include <linux/fdtable.h>
 #include <linux/mman.h>
 #include <linux/a.out.h>
 #include <linux/stat.h>
@@ -798,7 +799,7 @@ static int de_thread(struct task_struct *tsk)
        if (!thread_group_leader(tsk)) {
                leader = tsk->group_leader;
 
-               sig->notify_count = -1;
+               sig->notify_count = -1; /* for exit_notify() */
                for (;;) {
                        write_lock_irq(&tasklist_lock);
                        if (likely(leader->exit_state))