mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PATCH] make fs/proc/base.c:proc_pid_instantiate() static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c585646dd1
commit
9711ef9945
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue