diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index eda487ecc01c874fdcf89056e2dfc05a51a5716e..7fc2ea83cbd57506e128358216af623f8d7c5d49 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -318,7 +318,7 @@ PAGEFLAG_FALSE(HighMem) #endif #ifdef CONFIG_SWAP -PAGEFLAG(SwapCache, swapcache, PF_ANY) +PAGEFLAG(SwapCache, swapcache, PF_NO_COMPOUND) #else PAGEFLAG_FALSE(SwapCache) #endif