From: Helge Deller Date: Thu, 7 Dec 2006 04:40:36 +0000 (-0800) Subject: [PATCH] struct seq_operations and struct file_operations constification X-Git-Tag: v2.6.20-rc1~145^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ad7cdcfd76450d4beebc789ec646664238184d;p=pandora-kernel.git [PATCH] struct seq_operations and struct file_operations constification - move some file_operations structs into the .rodata section - move static strings from policy_types[] array into the .rodata section - fix generic seq_operations usages, so that those structs may be defined as "const" as well [akpm@osdl.org: couple of fixes] Signed-off-by: Helge Deller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed