Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31304c90 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds
Browse files

[PATCH] uclinux: fix proc_task()/get_proc-task() naming



Fix changed name of proc_task() to get_proc_task().

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e82ca043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ int proc_exe_link(struct inode *inode, struct dentry **dentry, struct vfsmount *
{
	struct vm_list_struct *vml;
	struct vm_area_struct *vma;
	struct task_struct *task = proc_task(inode);
	struct task_struct *task = get_proc_task(inode);
	struct mm_struct *mm = get_task_mm(task);
	int result = -ENOENT;