diff options
Diffstat (limited to 'fs/proc/task_mmu.c')
-rw-r--r-- | fs/proc/task_mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 9df431642042..229cb546bee0 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c | |||
@@ -553,7 +553,7 @@ static void smaps_pte_entry(pte_t *pte, unsigned long addr, | |||
553 | if (radix_tree_exceptional_entry(page)) | 553 | if (radix_tree_exceptional_entry(page)) |
554 | mss->swap += PAGE_SIZE; | 554 | mss->swap += PAGE_SIZE; |
555 | else | 555 | else |
556 | page_cache_release(page); | 556 | put_page(page); |
557 | 557 | ||
558 | return; | 558 | return; |
559 | } | 559 | } |