patch-2.2.13 linux/mm/mmap.c
Next file: linux/mm/page_alloc.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Tue Oct 19 17:14:02 1999
- Orig file:
v2.2.12/linux/mm/mmap.c
- Orig date:
Tue Oct 19 17:10:39 1999
diff -u --recursive --new-file v2.2.12/linux/mm/mmap.c linux/mm/mmap.c
@@ -361,11 +361,8 @@
if (len > TASK_SIZE)
return 0;
- if (!addr) {
- addr = current->rlim[RLIMIT_DATA].rlim_cur;
- if (addr >= RLIM_INFINITY)
- addr = TASK_UNMAPPED_BASE;
- }
+ if (!addr)
+ addr = TASK_UNMAPPED_BASE;
addr = PAGE_ALIGN(addr);
for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)