Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362593
b: refs/heads/master
c: a2fce91
h: refs/heads/master
i:
  362591: 9272f78
v: v3
  • Loading branch information
Naoya Horiguchi authored and Linus Torvalds committed Apr 17, 2013
1 parent ea69975 commit 451ee88
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: e942e2c3f7e093fc8756dd8b47c93a821c09429f
refs/heads/master: a2fce9143057f4eb7675a21cca1b6beabe585c8b
2 changes: 1 addition & 1 deletion trunk/fs/hugetlbfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int hugetlbfs_file_mmap(struct file *file, struct vm_area_struct *vma)
* way when do_mmap_pgoff unwinds (may be important on powerpc
* and ia64).
*/
vma->vm_flags |= VM_HUGETLB | VM_DONTEXPAND | VM_DONTDUMP;
vma->vm_flags |= VM_HUGETLB | VM_DONTEXPAND;
vma->vm_ops = &hugetlb_vm_ops;

if (vma->vm_pgoff & (~huge_page_mask(h) >> PAGE_SHIFT))
Expand Down

0 comments on commit 451ee88

Please sign in to comment.