mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +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