From: Adrian Bunk Date: Thu, 7 Dec 2006 04:38:31 +0000 (-0800) Subject: [PATCH] make fs/proc/base.c:proc_pid_instantiate() static X-Git-Tag: v2.6.20-rc1~145^2^2~123 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9711ef9945ce33b2b4ecb51a4db3f65f7d784876;p=~emulex%2Finfiniband.git [PATCH] make fs/proc/base.c:proc_pid_instantiate() static Signed-off-by: Adrian Bunk Acked-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/proc/base.c b/fs/proc/base.c index 05ace70d051..b859fc749c0 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -1885,8 +1885,9 @@ out: 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;