From: Arnd Bergmann Date: Wed, 7 Jul 2010 21:40:10 +0000 (+0200) Subject: selinux: use generic_file_llseek X-Git-Tag: v2.6.36-rc1~584^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a62c2317d60b21b7761c319a733a894482a6af;p=pandora-kernel.git selinux: use generic_file_llseek The default for llseek will change to no_llseek, so selinuxfs needs 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: Stephen Smalley Cc: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed