Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / kernel / pid.c
index 9b9a26698144e126486e162955e49561514b1ce8..82430c858d6970317cd71a3770cce9f723673b22 100644 (file)
@@ -341,6 +341,8 @@ out:
 
 out_unlock:
        spin_unlock_irq(&pidmap_lock);
+       put_pid_ns(ns);
+
 out_free:
        while (++i <= ns->level)
                free_pidmap(pid->numbers + i);
This page took 0.032733 seconds and 5 git commands to generate.