]> err.no Git - linux-2.6/blobdiff - kernel/pid.c
Documentation: move dnotify.txt to filesystems/
[linux-2.6] / kernel / pid.c
index f815455431bff3c95855a674086e6c1d8322a7c4..3b30bccdfcdc92def5dcb4313d4606bc58d6cb46 100644 (file)
@@ -368,6 +368,7 @@ struct task_struct * fastcall pid_task(struct pid *pid, enum pid_type type)
        }
        return result;
 }
+EXPORT_SYMBOL(pid_task);
 
 /*
  * Must be called under rcu_read_lock() or with tasklist_lock read-held.