Re: mmotm 2009-02-17-12-33 uploaded (nr_pdflush_threads_min sysctlbuild error)

From: Randy Dunlap
Date: Tue Feb 17 2009 - 19:52:30 EST


akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2009-02-17-12-33 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
>
> git://git.zen-sources.org/zen/mmotm.git


Is there any CONFIG_ symbol associated with $subject sysctl?

'one' is only available (currently) when:

#if defined(CONFIG_DETECT_HUNG_TASK) || defined(CONFIG_DETECT_SOFTLOCKUP) || defined(CONFIG_HIGHMEM)
static int one = 1;
#endif

so it gives us
kernel/sysctl.c:1067: error: 'one' undeclared here (not in a function)

when one of those is not #defined.

--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/