Bugzilla – Attachment #429488: backport for openSUSE-11.4 for bug #693382
struct proc_maps_private *priv = m->private;
struct vm_area_struct *vma = v;
vma_stop(priv, vma);
if (!IS_ERR(vma))
if (priv->task)
put_task_struct(priv->task);
}