Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7351
b: refs/heads/master
c: cdb3826
h: refs/heads/master
i:
  7349: 100ec25
  7347: f342c58
  7343: 4ebce3c
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Sep 7, 2005
1 parent b0d46bc commit 08d6206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edf83015fcbff8976b75b42b565a77e9d450c567
refs/heads/master: cdb3826b9958c204bc8ffda2cf9bbe2d899ef90c
7 changes: 0 additions & 7 deletions trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08d6206

Please sign in to comment.