diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2014-08-08 23:21:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-09 00:57:23 +0200 |
commit | 8f053ac11f96cc6edcabcbb154c9cf06c5d63333 (patch) | |
tree | 66c802a173b5816c04ff5208e7616ffde4b840ba /fs/proc/internal.h | |
parent | proc: convert /proc/$PID/hardwall to seq_file interface (diff) | |
download | linux-8f053ac11f96cc6edcabcbb154c9cf06c5d63333.tar.xz linux-8f053ac11f96cc6edcabcbb154c9cf06c5d63333.zip |
proc: remove INF macro
If you're applying this patch, all /proc/$PID/* files were converted
to seq_file interface and this code became unused.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | fs/proc/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index a17accbd05ee..a024cf7b260f 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -52,7 +52,6 @@ struct proc_dir_entry { union proc_op { int (*proc_get_link)(struct dentry *, struct path *); - int (*proc_read)(struct task_struct *task, char *page); int (*proc_show)(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task); |