From: Arjan van de Ven Date: Mon, 15 Oct 2007 15:00:19 +0000 (+0200) Subject: Make scheduler debug file operations const X-Git-Tag: v2.6.24-rc1~1289^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dbee3a6b006dbe814d002cb18e94bf24a216451;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed