patch-2.4.0-prerelease linux/mm/mprotect.c
Next file: linux/mm/mremap.c
Previous file: linux/mm/mmap.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/mm/mprotect.c
- Orig date:
Mon Dec 11 17:59:45 2000
diff -u --recursive --new-file v2.4.0-test12/linux/mm/mprotect.c linux/mm/mprotect.c
@@ -277,9 +277,6 @@
break;
}
}
- spin_lock(¤t->mm->page_table_lock);
- merge_segments(current->mm, start, end);
- spin_unlock(¤t->mm->page_table_lock);
out:
up(¤t->mm->mmap_sem);
return error;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)