|
@@ -9,6 +9,8 @@
|
|
|
|
|
|
struct net;
|
|
|
struct completion;
|
|
|
+struct mm_struct;
|
|
|
+
|
|
|
/*
|
|
|
* The proc filesystem constants/structures
|
|
|
*/
|
|
@@ -101,8 +103,6 @@ extern spinlock_t proc_subdir_lock;
|
|
|
extern void proc_root_init(void);
|
|
|
extern void proc_misc_init(void);
|
|
|
|
|
|
-struct mm_struct;
|
|
|
-
|
|
|
void proc_flush_task(struct task_struct *task);
|
|
|
struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
|
|
|
int proc_pid_readdir(struct file * filp, void * dirent, filldir_t filldir);
|