* Rik van Riel <[EMAIL PROTECTED]> [2008-01-08 15:59:57]: The following patch is required to compile the code with CONFIG_NORECLAIM enabled and CONFIG_NORECLAIM_MLOCK disabled.
Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index c8ccf8f..fb08ee8 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -88,6 +88,8 @@ enum zone_stat_item { NR_NORECLAIM, /* " " " " " */ #ifdef CONFIG_NORECLAIM_MLOCK NR_MLOCK, /* mlock()ed pages found and moved off LRU */ +#else + NR_MLOCK=NR_ACTIVE_FILE, /* avoid compiler errors... */ #endif #else NR_NORECLAIM=NR_ACTIVE_FILE, /* avoid compiler errors in dead code */ -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/