Commit 9711ef99 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] make fs/proc/base.c:proc_pid_instantiate() static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c585646d
......@@ -1885,8 +1885,9 @@ void proc_flush_task(struct task_struct *task)
return;
}
struct dentry *proc_pid_instantiate(struct inode *dir,
struct dentry * dentry, struct task_struct *task, void *ptr)
static struct dentry *proc_pid_instantiate(struct inode *dir,
struct dentry * dentry,
struct task_struct *task, void *ptr)
{
struct dentry *error = ERR_PTR(-ENOENT);
struct inode *inode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment