Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250868
b: refs/heads/master
c: 7223bb4
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Linus Torvalds committed May 25, 2011
1 parent 8c2e73b commit 91e6278
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: d75a310c42c616c168953ed45c1091074f97828c
refs/heads/master: 7223bb4a829628bdf37d544ed4363d99bac1ade6
2 changes: 1 addition & 1 deletion trunk/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ static int do_mmap_private(struct vm_area_struct *vma,
return 0;

error_free:
free_page_series(region->vm_start, region->vm_end);
free_page_series(region->vm_start, region->vm_top);
region->vm_start = vma->vm_start = 0;
region->vm_end = vma->vm_end = 0;
region->vm_top = 0;
Expand Down

0 comments on commit 91e6278

Please sign in to comment.