diff options
Diffstat (limited to 'fs/proc/internal.h')
| -rw-r--r-- | fs/proc/internal.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 3e55198f9806..95a1cf32b838 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
| @@ -37,6 +37,10 @@ extern int proc_tgid_stat(struct task_struct *, char *); | |||
| 37 | extern int proc_pid_status(struct task_struct *, char *); | 37 | extern int proc_pid_status(struct task_struct *, char *); | 
| 38 | extern int proc_pid_statm(struct task_struct *, char *); | 38 | extern int proc_pid_statm(struct task_struct *, char *); | 
| 39 | 39 | ||
| 40 | void free_proc_entry(struct proc_dir_entry *de); | ||
| 41 | |||
| 42 | int proc_init_inodecache(void); | ||
| 43 | |||
| 40 | static inline struct task_struct *proc_task(struct inode *inode) | 44 | static inline struct task_struct *proc_task(struct inode *inode) | 
| 41 | { | 45 | { | 
| 42 | return PROC_I(inode)->task; | 46 | return PROC_I(inode)->task; | 
