diff options
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 95b14196f284..4fc5a9b68f76 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -162,7 +162,7 @@ extern struct inode *proc_pid_make_inode(struct super_block *, struct task_struc | |||
162 | extern void pid_update_inode(struct task_struct *, struct inode *); | 162 | extern void pid_update_inode(struct task_struct *, struct inode *); |
163 | extern int pid_delete_dentry(const struct dentry *); | 163 | extern int pid_delete_dentry(const struct dentry *); |
164 | extern int proc_pid_readdir(struct file *, struct dir_context *); | 164 | extern int proc_pid_readdir(struct file *, struct dir_context *); |
165 | extern struct dentry *proc_pid_lookup(struct inode *, struct dentry *, unsigned int); | 165 | struct dentry *proc_pid_lookup(struct dentry *, unsigned int); |
166 | extern loff_t mem_lseek(struct file *, loff_t, int); | 166 | extern loff_t mem_lseek(struct file *, loff_t, int); |
167 | 167 | ||
168 | /* Lookups */ | 168 | /* Lookups */ |