From: Peter Zijlstra Date: Wed, 15 Jan 2014 16:05:04 +0000 (+0100) Subject: sched: Move SCHED_RESET_ON_FORK into attr::sched_flags X-Git-Tag: v3.14-rc1~170^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7479f3c9cf67edf5e8a76b21ea3726757f35cf53;p=pandora-kernel.git sched: Move SCHED_RESET_ON_FORK into attr::sched_flags I noticed the new sched_{set,get}attr() calls didn't properly deal with the SCHED_RESET_ON_FORK hack. Instead of propagating the flags in high bits nonsense use the brand spanking new attr::sched_flags field. Signed-off-by: Peter Zijlstra Cc: Juri Lelli Cc: Dario Faggioli Link: http://lkml.kernel.org/r/20140115162242.GJ31570@twins.programming.kicks-ass.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed