On 01/29/2013 12:27 AM, Minchan Kim wrote: <snip> > On Mon, Jan 28, 2013 at 03:49:26PM -0600, Seth Jennings wrote: <snip> >> +/********************************* >> +* tunables >> +**********************************/ >> +/* Enable/disable zswap (enabled by default, fixed at boot for now) */ >> +static bool zswap_enabled; >> +module_param_named(enabled, zswap_enabled, bool, 0); > > It seems default is disable at the moment?
I completely missed what you were saying before. The comment is incorrect :) I'll fix it. Seth -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/