* NFS core dump blocks
@ 2003-04-01 0:51 Chad Talbott
0 siblings, 0 replies; only message in thread
From: Chad Talbott @ 2003-04-01 0:51 UTC (permalink / raw)
To: linux-kernel
This is not an issue in 2.5, but in 2.4:
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-04-01 0:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01 0:51 NFS core dump blocks Chad Talbott
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.