diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/proc_fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index d9a9e718ad19..9b6c935f69cf 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
| @@ -50,8 +50,6 @@ typedef int (read_proc_t)(char *page, char **start, off_t off, | |||
| 50 | typedef int (write_proc_t)(struct file *file, const char __user *buffer, | 50 | typedef int (write_proc_t)(struct file *file, const char __user *buffer, |
| 51 | unsigned long count, void *data); | 51 | unsigned long count, void *data); |
| 52 | typedef int (get_info_t)(char *, char **, off_t, int); | 52 | typedef int (get_info_t)(char *, char **, off_t, int); |
| 53 | typedef struct proc_dir_entry *(shadow_proc_t)(struct task_struct *task, | ||
| 54 | struct proc_dir_entry *pde); | ||
| 55 | 53 | ||
| 56 | struct proc_dir_entry { | 54 | struct proc_dir_entry { |
| 57 | unsigned int low_ino; | 55 | unsigned int low_ino; |
| @@ -82,7 +80,6 @@ struct proc_dir_entry { | |||
| 82 | int pde_users; /* number of callers into module in progress */ | 80 | int pde_users; /* number of callers into module in progress */ |
| 83 | spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */ | 81 | spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */ |
| 84 | struct completion *pde_unload_completion; | 82 | struct completion *pde_unload_completion; |
| 85 | shadow_proc_t *shadow_proc; | ||
| 86 | }; | 83 | }; |
| 87 | 84 | ||
| 88 | struct kcore_list { | 85 | struct kcore_list { |
