diff options
Diffstat (limited to 'mm/ksm.c')
| -rw-r--r-- | mm/ksm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -444,7 +444,7 @@ static void break_cow(struct rmap_item *rmap_item) | |||
| 444 | static struct page *page_trans_compound_anon(struct page *page) | 444 | static struct page *page_trans_compound_anon(struct page *page) |
| 445 | { | 445 | { |
| 446 | if (PageTransCompound(page)) { | 446 | if (PageTransCompound(page)) { |
| 447 | struct page *head = compound_trans_head(page); | 447 | struct page *head = compound_head(page); |
| 448 | /* | 448 | /* |
| 449 | * head may actually be splitted and freed from under | 449 | * head may actually be splitted and freed from under |
| 450 | * us but it's ok here. | 450 | * us but it's ok here. |
