diff options
Diffstat (limited to 'fs/proc/task_nommu.c')
| -rw-r--r-- | fs/proc/task_nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c index af69f28277b6..4616ed50ffcd 100644 --- a/fs/proc/task_nommu.c +++ b/fs/proc/task_nommu.c | |||
| @@ -107,7 +107,7 @@ int proc_exe_link(struct inode *inode, struct dentry **dentry, struct vfsmount * | |||
| 107 | { | 107 | { |
| 108 | struct vm_list_struct *vml; | 108 | struct vm_list_struct *vml; |
| 109 | struct vm_area_struct *vma; | 109 | struct vm_area_struct *vma; |
| 110 | struct task_struct *task = proc_task(inode); | 110 | struct task_struct *task = get_proc_task(inode); |
| 111 | struct mm_struct *mm = get_task_mm(task); | 111 | struct mm_struct *mm = get_task_mm(task); |
| 112 | int result = -ENOENT; | 112 | int result = -ENOENT; |
| 113 | 113 | ||
