Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107686
b: refs/heads/master
c: dfe195f
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and Linus Torvalds committed Aug 5, 2008
1 parent 25cdc1b commit 140d22a
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: bf1db69fbf4ff511e88736ce2e6318846f34492b
refs/heads/master: dfe195fb79e88c334481f1362fef52f6d2e30b2d
2 changes: 1 addition & 1 deletion trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ find_vma_prepare(struct mm_struct *mm, unsigned long addr,
if (vma_tmp->vm_end > addr) {
vma = vma_tmp;
if (vma_tmp->vm_start <= addr)
return vma;
break;
__rb_link = &__rb_parent->rb_left;
} else {
rb_prev = __rb_parent;
Expand Down

0 comments on commit 140d22a

Please sign in to comment.