diff options
-rw-r--r-- | mm/mmap.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 | */ | ||
213 | asmlinkage unsigned long sys_brk(unsigned long brk) | 206 | asmlinkage unsigned long sys_brk(unsigned long brk) |
214 | { | 207 | { |
215 | unsigned long rlim, retval; | 208 | unsigned long rlim, retval; |