selinux: use generic_file_llseek
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Jul 2010 21:40:10 +0000 (23:40 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:59 +0000 (15:34 +1000)
commit57a62c2317d60b21b7761c319a733a894482a6af
tree03329d5df0a390640fbe5a41be064e5914673b02
parentcdcd90f9e450d4edb5fab0490119f9540874e882
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 <arnd@arndb.de>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Eric Paris <eparis@parisplace.org>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/selinuxfs.c