[PATCH] fs/proc/: function prototypes belong in header files
Function prototypes belong into header files. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
80851ef2a5
commit
fee781e6c2
@ -37,6 +37,10 @@ extern int proc_tgid_stat(struct task_struct *, char *);
|
||||
extern int proc_pid_status(struct task_struct *, char *);
|
||||
extern int proc_pid_statm(struct task_struct *, char *);
|
||||
|
||||
void free_proc_entry(struct proc_dir_entry *de);
|
||||
|
||||
int proc_init_inodecache(void);
|
||||
|
||||
static inline struct task_struct *proc_task(struct inode *inode)
|
||||
{
|
||||
return PROC_I(inode)->task;
|
||||
|
Reference in New Issue
Block a user