diff options
| -rw-r--r-- | fs/proc/base.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 05ace70d051a..b859fc749c07 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
| @@ -1885,8 +1885,9 @@ out: | |||
| 1885 | return; | 1885 | return; |
| 1886 | } | 1886 | } |
| 1887 | 1887 | ||
| 1888 | struct dentry *proc_pid_instantiate(struct inode *dir, | 1888 | static struct dentry *proc_pid_instantiate(struct inode *dir, |
| 1889 | struct dentry * dentry, struct task_struct *task, void *ptr) | 1889 | struct dentry * dentry, |
| 1890 | struct task_struct *task, void *ptr) | ||
| 1890 | { | 1891 | { |
| 1891 | struct dentry *error = ERR_PTR(-ENOENT); | 1892 | struct dentry *error = ERR_PTR(-ENOENT); |
| 1892 | struct inode *inode; | 1893 | struct inode *inode; |
