Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105321
b: refs/heads/master
c: 7251ff7
h: refs/heads/master
i:
  105319: 33710ff
v: v3
  • Loading branch information
Adam Litke authored and Linus Torvalds committed Jul 24, 2008
1 parent 1230a3b commit 0c120c8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7f09ca51e925ba62e9ebfd4979f093e97e38adeb
refs/heads/master: 7251ff78b94c2a68d267623d09b32672b20662c1
4 changes: 3 additions & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1552,8 +1552,10 @@ static void hugetlb_vm_op_close(struct vm_area_struct *vma)

kref_put(&reservations->refs, resv_map_release);

if (reserve)
if (reserve) {
hugetlb_acct_memory(h, -reserve);
hugetlb_put_quota(vma->vm_file->f_mapping, reserve);
}
}
}

Expand Down

0 comments on commit 0c120c8

Please sign in to comment.