From: Steven Whitehouse Date: Mon, 13 Oct 2008 09:46:57 +0000 (+0100) Subject: vfs: Use const for kernel parser table X-Git-Tag: v2.6.28-rc1~603 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a447c0932445f92ce6f4c1bd020f62c5097a7842;p=pandora-kernel.git vfs: Use const for kernel parser table This is a much better version of a previous patch to make the parser tables constant. Rather than changing the typedef, we put the "const" in all the various places where its required, allowing the __initconst exception for nfsroot which was the cause of the previous trouble. This was posted for review some time ago and I believe its been in -mm since then. Signed-off-by: Steven Whitehouse Cc: Alexander Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed