Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83695
b: refs/heads/master
c: 4cc6028
h: refs/heads/master
i:
  83693: 3fee555
  83691: 0522f4d
  83687: c56b4df
  83679: 6326ada
v: v3
  • Loading branch information
Jiri Kosina authored and Ingo Molnar committed Feb 6, 2008
1 parent 8d585ac commit ad00025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2d684cd6d9cf0c6a0e28978362671b6e2d8fb56c
refs/heads/master: 4cc6028d4040f95cdb590a87db478b42b8be0508
2 changes: 1 addition & 1 deletion trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ asmlinkage unsigned long sys_brk(unsigned long brk)

down_write(&mm->mmap_sem);

if (brk < mm->end_code)
if (brk < mm->start_brk)
goto out;

/*
Expand Down

0 comments on commit ad00025

Please sign in to comment.