patch-2.3.11 linux/fs/binfmt_elf.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/binfmt_aout.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 21 09:47:01 1999
- Orig file:
v2.3.10/linux/fs/binfmt_elf.c
- Orig date:
Thu Jul 8 15:42:21 1999
diff -u --recursive --new-file v2.3.10/linux/fs/binfmt_elf.c linux/fs/binfmt_elf.c
@@ -1060,7 +1060,7 @@
if (!current->dumpable ||
limit < ELF_EXEC_PAGESIZE ||
- atomic_read(¤t->mm->count) != 1)
+ atomic_read(¤t->mm->mm_users) != 1)
return 0;
current->dumpable = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)