]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/proc/task_mmu.c
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
[karo-tx-linux.git] / fs / proc / task_mmu.c
index 9df4316420422db9f7926b1f160f9bd554048535..229cb546bee0ed6f0d1ebbd5af7c0185f9d64615 100644 (file)
@@ -553,7 +553,7 @@ static void smaps_pte_entry(pte_t *pte, unsigned long addr,
                if (radix_tree_exceptional_entry(page))
                        mss->swap += PAGE_SIZE;
                else
-                       page_cache_release(page);
+                       put_page(page);
 
                return;
        }