On Mon, Oct 19, 2009 at 09:13:37PM -0700, Sukadev Bhattiprolu wrote: > --- linux-2.6.orig/fs/proc/base.c > +++ linux-2.6/fs/proc/base.c > @@ -2580,8 +2580,7 @@ static void proc_flush_task_mnt(struct v > name.len = snprintf(buf, sizeof(buf), "%d", pid); > dentry = d_hash_and_lookup(mnt->mnt_root, &name); > if (dentry) { > - if (!(current->flags & PF_EXITING)) > - shrink_dcache_parent(dentry); > + shrink_dcache_parent(dentry); What to do with original deadlock? _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers