diff options
Diffstat (limited to 'fs/binfmt_elf.c')
| -rw-r--r-- | fs/binfmt_elf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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 */  |