Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356526
b: refs/heads/master
c: 8a356ce
h: refs/heads/master
v: v3
  • Loading branch information
Wen Congyang authored and Linus Torvalds committed Feb 24, 2013
1 parent 585d933 commit e04a62c
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: a1e565aa3cfc7c6252cabc93de8391d12b9216aa
refs/heads/master: 8a356ce38e134b3b09b439e88dc770f8f5567648
2 changes: 1 addition & 1 deletion trunk/mm/sparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ static void free_section_usemap(struct page *memmap, unsigned long *usemap)
/*
* Check to see if allocation came from hot-plug-add
*/
if (PageSlab(usemap_page)) {
if (PageSlab(usemap_page) || PageCompound(usemap_page)) {
kfree(usemap);
if (memmap)
__kfree_section_memmap(memmap, PAGES_PER_SECTION);
Expand Down

0 comments on commit e04a62c

Please sign in to comment.