fs, proc: introduce /proc/<pid>/task/<tid>/children entry
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / proc / internal.h
index a306437..eca4aca 100644 (file)
@@ -54,6 +54,7 @@ extern int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
                                struct pid *pid, struct task_struct *task);
 extern loff_t mem_lseek(struct file *file, loff_t offset, int orig);
 
+extern const struct file_operations proc_tid_children_operations;
 extern const struct file_operations proc_pid_maps_operations;
 extern const struct file_operations proc_tid_maps_operations;
 extern const struct file_operations proc_pid_numa_maps_operations;