From: David Miller <davem@davemloft.net>
Date: Wed, 10 Nov 2010 20:47:04 -0800 (PST)
And even with this fixed there are even larger problems, as you're
making access to structure members such as 'load_unacc_exec_time'
which only exist when CONFIG_FAIR_GROUP_SCHED is set, but you're doing
it in code that is built unconditionally.
Please fix all of these build problems, as I want to test your changes
without all of the group scheduler bloat turned on.
Thanks.
--