When running a large app over NFS, it crashes and dumps core. This
takes some time, during which ps, top, and other customers of /proc
hang while they wait for the mmap_sem. Is there an argument against
changing the
down_write(¤t->mm->mmap_sem);
in fs/binfmt_elf.c:elf_core_dump to
down_read(¤t->mm->mmap_sem);
Thanks,
Chad
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/