Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188974
b: refs/heads/master
c: 47568d4
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 24, 2010
1 parent f0712c9 commit 7ea6010
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: 6467a71c56934251f3c917bd4386387c2a97b41e
refs/heads/master: 47568d4c56677ede6e7ff7c8e4e0fd860a9c4372
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_elf_fdpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ static size_t elf_core_vma_data_size(unsigned long mm_flags)
struct vm_area_struct *vma;
size_t size = 0;

for (vma = current->mm->mmap; vma; vma->vm_next)
for (vma = current->mm->mmap; vma; vma = vma->vm_next)
if (maydump(vma, mm_flags))
size += vma->vm_end - vma->vm_start;
return size;
Expand Down

0 comments on commit 7ea6010

Please sign in to comment.