From: Arjan van de Ven Date: Tue, 28 Mar 2006 09:56:41 +0000 (-0800) Subject: [PATCH] mark f_ops const in the inode X-Git-Tag: v2.6.17-rc1~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ac48f54a91d02140c497edc31dc57d4bc5c85d;p=pandora-kernel.git [PATCH] mark f_ops const in the inode Mark the f_ops members of inodes as const, as well as fix the ripple-through this causes by places that copy this f_ops and then "do stuff" with it. Signed-off-by: Arjan van de Ven Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed