commit | 0dbee3a6b006dbe814d002cb18e94bf24a216451 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Oct 15 17:00:19 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:19 2007 +0200 |
tree | e847b88145ccc2c643ef0fe2244bd1e778b51272 | |
parent | 7a6c6bcee029a978f866511d6e41dbc7301fde4c [diff] |
Make scheduler debug file operations const 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>