aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-09-06 18:16:57 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 19:57:23 -0400
commitcdb3826b9958c204bc8ffda2cf9bbe2d899ef90c (patch)
tree7e1f5a1a7b114f422b0584fc1823f0147b209550 /mm/mmap.c
parentedf83015fcbff8976b75b42b565a77e9d450c567 (diff)
[PATCH] remove misleading comment above sys_brk
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/mmap.c')
-rw-r--r--mm/mmap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mm/mmap.c b/mm/mmap.c
index bb43340d3973..12334aecf8ad 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -203,13 +203,6 @@ static void remove_vm_struct(struct vm_area_struct *vma)
203 kmem_cache_free(vm_area_cachep, vma); 203 kmem_cache_free(vm_area_cachep, vma);
204} 204}
205 205
206/*
207 * sys_brk() for the most part doesn't need the global kernel
208 * lock, except when an application is doing something nasty
209 * like trying to un-brk an area that has already been mapped
210 * to a regular file. in this case, the unmapping will need
211 * to invoke file system routines that need the global lock.
212 */
213asmlinkage unsigned long sys_brk(unsigned long brk) 206asmlinkage unsigned long sys_brk(unsigned long brk)
214{ 207{
215 unsigned long rlim, retval; 208 unsigned long rlim, retval;