]> Pileus Git - ~andy/linux/blobdiff - fs/proc/internal.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
[~andy/linux] / fs / proc / internal.h
index 3b5ecd960d6aa3e5ac0302ec6d4af9280f414785..5f79bb8b4c60211620c8af8212e9ec97c0978dc1 100644 (file)
@@ -56,9 +56,12 @@ 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_maps_operations;
-extern const struct file_operations proc_numa_maps_operations;
-extern const struct file_operations proc_smaps_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;
+extern const struct file_operations proc_tid_numa_maps_operations;
+extern const struct file_operations proc_pid_smaps_operations;
+extern const struct file_operations proc_tid_smaps_operations;
 extern const struct file_operations proc_clear_refs_operations;
 extern const struct file_operations proc_pagemap_operations;
 extern const struct file_operations proc_net_operations;