Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119187
b: refs/heads/master
c: f011c2d
h: refs/heads/master
i:
  119185: 851d14e
  119183: 558e759
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Nov 20, 2008
1 parent 1b91327 commit 0d7f9ad
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: f481891fdc49d3d1b8a9674a1825d183069a805f
refs/heads/master: f011c2dae6cffc50ef67d9bd937b488ba5db8913
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static struct vmap_area *alloc_vmap_area(unsigned long size,
goto found;
}

while (addr + size >= first->va_start && addr + size <= vend) {
while (addr + size > first->va_start && addr + size <= vend) {
addr = ALIGN(first->va_end + PAGE_SIZE, align);

n = rb_next(&first->rb_node);
Expand Down

0 comments on commit 0d7f9ad

Please sign in to comment.