HWPOISON: Add soft page offline support
[deliverable/linux.git] / mm / hwpoison-inject.c
index c597f46ac18af206d88d72a48087b242effcb7c3..a77fe3f9e211420adc7fda89ab098508aa8a99b2 100644 (file)
@@ -29,7 +29,7 @@ static int hwpoison_inject(void *data, u64 val)
                return 0;
 
        if (!PageLRU(p))
-               shake_page(p);
+               shake_page(p, 0);
        /*
         * This implies unable to support non-LRU pages.
         */
This page took 0.024026 seconds and 5 git commands to generate.