From: James Morris Date: Tue, 22 Sep 2009 23:43:43 +0000 (-0700) Subject: seq_file: constify seq_operations X-Git-Tag: v2.6.32-rc1~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e9d34c727883d7d6f02cf1475b3ec98b8480c7;p=pandora-kernel.git seq_file: constify seq_operations Make all seq_operations structs const, to help mitigate against revectoring user-triggerable function pointers. This is derived from the grsecurity patch, although generated from scratch because it's simpler than extracting the changes from there. Signed-off-by: James Morris Acked-by: Serge Hallyn Acked-by: Casey Schaufler Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed