summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-01-22 16:22:21 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-01-22 16:22:21 +1100
commitdcd810fef48d58578cd641dd382d702d7786d905 (patch)
treea19e51083c0769a35da10431983a4c38ea241cf0 /kernel
parent2a5c6e4c40e2679395e1d986adbd7e0dad02dc6b (diff)
parent7f97784510006c41f045d97f1c48f7c639715873 (diff)
Merge commit 'proc/proc'
Conflicts: security/selinux/hooks.c
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 70612c19ac96..53b5427dc8a4 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -173,7 +173,7 @@ repeat:
/* don't need to get the RCU readlock here - the process is dead and
* can't be modifying its own credentials */
atomic_dec(&__task_cred(p)->user->processes);
-
+ proc_shrink_automounts();
proc_flush_task(p);
write_lock_irq(&tasklist_lock);
tracehook_finish_release_task(p);