]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitcdcd90f9e450d4edb5fab0490119f9540874e882
tree5b1a5b5d00d19d6fa9ba13261ff22ffb0b8aa154
parent7e2deb7ce8f662bce877dbfd3b0053e9559c25a3
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 <arnd@arndb.de>
Cc: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/integrity/ima/ima_fs.c