X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fbinfmt_elf.c;h=86af964c2425d7077467bf54eaecde3d2d4c4911;hb=b1c79e0947e0c190f865e2eb7b84a0fea0021cec;hp=3939829f6c5cc67e7d0ca1e9518f1df834be5088;hpb=722aacb28588c7d0326493d1a0700d6a886be7b9;p=~andy%2Flinux diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 3939829f6c5..86af964c242 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -1137,6 +1137,7 @@ static unsigned long vma_dump_size(struct vm_area_struct *vma, goto whole; if (!(vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_PRIVATE)) goto whole; + return 0; } /* Do not dump I/O mapped devices or special mappings */