Kirill A. Shutemov wrote: > diff --git a/include/linux/mm.h b/include/linux/mm.h > index c8a8626..4669c19 100644 > --- a/include/linux/mm.h > +++ b/include/linux/mm.h > @@ -165,6 +165,11 @@ extern pgprot_t protection_map[16]; > #define FAULT_FLAG_RETRY_NOWAIT 0x10 /* Don't drop mmap_sem and wait when retrying */ > #define FAULT_FLAG_KILLABLE 0x20 /* The fault task is in SIGKILL killable region */ > #define FAULT_FLAG_TRIED 0x40 /* second try */ > +#ifdef CONFIG_CONFIG_TRANSPARENT_HUGEPAGE Oops, s/CONFIG_CONFIG/CONFIG/. -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html