[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE
[deliverable/linux.git] / mm / shmem.c
index dc25565a61e95c1aaacc8b4aa67b4c3862acea4a..d9fc277940da5473e472087c115f5be10608c190 100644 (file)
@@ -855,7 +855,7 @@ unlock:
        swap_free(swap);
 redirty:
        set_page_dirty(page);
-       return WRITEPAGE_ACTIVATE;      /* Return with the page locked */
+       return AOP_WRITEPAGE_ACTIVATE;  /* Return with the page locked */
 }
 
 #ifdef CONFIG_NUMA
This page took 0.027802 seconds and 5 git commands to generate.