ARM: multi_v7_defconfig: Enable Rockchip displayport phy
[deliverable/linux.git] / mm / memory-failure.c
index 5a544c6c0717c4908fe23e17a976847fb22981ce..78f5f2641b91ddc7217735667e59a5753db3c63b 100644 (file)
@@ -538,7 +538,7 @@ static int delete_from_lru_cache(struct page *p)
                /*
                 * drop the page count elevated by isolate_lru_page()
                 */
-               page_cache_release(p);
+               put_page(p);
                return 0;
        }
        return -EIO;
This page took 0.026344 seconds and 5 git commands to generate.