ima: use generic_file_llseek for securityfs
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Jul 2010 21:40:15 +0000 (23:40 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:58 +0000 (15:34 +1000)
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 <arnd@arndb.de>
Cc: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found