Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32042
b: refs/heads/master
c: 31304c9
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jul 4, 2006
1 parent 68a6e36 commit aef626c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e82ca04387dd6c98722f5f48235089839fd04268
refs/heads/master: 31304c909e6945b005af62cd55a582e9c010a0b4
2 changes: 1 addition & 1 deletion trunk/fs/proc/task_nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit aef626c

Please sign in to comment.