mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-16 05:55:06 +00:00
In general, struct file_operations are const in the kernel, to not have false cacheline sharing and to catch bugs at compiletime with accidental writes to them. The new scheduler code introduces a new non-const one; fix this up. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
9.1 KiB
9.1 KiB