Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242735
b: refs/heads/master
c: 76597cd
h: refs/heads/master
i:
  242733: 18d7b3d
  242731: 1f2a7ea
  242727: f476a65
  242719: 7591a80
v: v3
  • Loading branch information
Linus Torvalds committed Mar 28, 2011
1 parent dd06535 commit 3c8bdce
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 16c29dafcc86024048f1dbb8349d31cb22c7c55a
refs/heads/master: 76597cd31470fa130784c78fadb4dab2e624a723
3 changes: 2 additions & 1 deletion trunk/fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ static void m_stop(struct seq_file *m, void *v)
struct proc_maps_private *priv = m->private;
struct vm_area_struct *vma = v;

vma_stop(priv, vma);
if (!IS_ERR(vma))
vma_stop(priv, vma);
if (priv->task)
put_task_struct(priv->task);
}
Expand Down

0 comments on commit 3c8bdce

Please sign in to comment.