X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fmmap.c;h=12334aecf8ad3d74b62f93da8db6f529e981d51d;hb=5e1efe4931bf7d95b2f3d48ca0b79ea0e8341cc2;hp=bb43340d3973950a9ab4d81cadf575db91a4129b;hpb=c3d8c1414573be8cf7c8fdc1e076935697c7f6af;p=linux-2.6 diff --git a/mm/mmap.c b/mm/mmap.c index bb43340d39..12334aecf8 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -203,13 +203,6 @@ static void remove_vm_struct(struct vm_area_struct *vma) kmem_cache_free(vm_area_cachep, vma); } -/* - * sys_brk() for the most part doesn't need the global kernel - * lock, except when an application is doing something nasty - * like trying to un-brk an area that has already been mapped - * to a regular file. in this case, the unmapping will need - * to invoke file system routines that need the global lock. - */ asmlinkage unsigned long sys_brk(unsigned long brk) { unsigned long rlim, retval;