View | Details | Raw Unified | Return to bug 693382
Collapse All | Expand All

(-)linux-2.6.37-openSUSE-11.4/fs/proc/task_mmu.c (-1 / +2 lines)
Lines 179-185 static void m_stop(struct seq_file *m, v Link Here
179
	struct proc_maps_private *priv = m->private;
179
	struct proc_maps_private *priv = m->private;
180
	struct vm_area_struct *vma = v;
180
	struct vm_area_struct *vma = v;
181
181
182
	vma_stop(priv, vma);
182
	if (!IS_ERR(vma))
183
		vma_stop(priv, vma);
183
	if (priv->task)
184
	if (priv->task)
184
		put_task_struct(priv->task);
185
		put_task_struct(priv->task);
185
}
186
}

Return to bug 693382