Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309177
b: refs/heads/master
c: 4523e14
h: refs/heads/master
i:
  309175: ae29847
v: v3
  • Loading branch information
Dave Hansen authored and Linus Torvalds committed May 30, 2012
1 parent b17be5b commit 532ddf3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 731a7378b81c2f5fa88ca1ae20b83d548d5613dc
refs/heads/master: 4523e1458566a0e8ecfaff90f380dd23acc44d27
3 changes: 2 additions & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,8 @@ int hugetlb_reserve_pages(struct inode *inode,
region_add(&inode->i_mapping->private_list, from, to);
return 0;
out_err:
resv_map_put(vma);
if (vma)
resv_map_put(vma);
return ret;
}

Expand Down

0 comments on commit 532ddf3

Please sign in to comment.