Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189834
b: refs/heads/master
c: 646d87b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 13, 2010
1 parent be3f894 commit 98099ae
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: 287d97ac032136724143cde8d5964b414d562ee3
refs/heads/master: 646d87b481dab4ba8301716600dfd276605b0ab0
2 changes: 1 addition & 1 deletion trunk/mm/rmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src)
{
struct anon_vma_chain *avc, *pavc;

list_for_each_entry(pavc, &src->anon_vma_chain, same_vma) {
list_for_each_entry_reverse(pavc, &src->anon_vma_chain, same_vma) {
avc = anon_vma_chain_alloc();
if (!avc)
goto enomem_failure;
Expand Down

0 comments on commit 98099ae

Please sign in to comment.