From: Arnd Bergmann Date: Wed, 7 Jul 2010 21:40:15 +0000 (+0200) Subject: ima: use generic_file_llseek for securityfs X-Git-Tag: v2.6.36-rc1~584^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdcd90f9e450d4edb5fab0490119f9540874e882;p=pandora-kernel.git ima: use generic_file_llseek for securityfs The default for llseek will change to no_llseek, so securityfs users need to add explicit .llseek assignments. Since we're dealing with regular files from a VFS perspective, use generic_file_llseek. Signed-off-by: Arnd Bergmann Cc: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed