commit | cdcd90f9e450d4edb5fab0490119f9540874e882 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jul 07 23:40:15 2010 +0200 |
committer | James Morris <jmorris@namei.org> | Mon Aug 02 15:34:58 2010 +1000 |
tree | 5b1a5b5d00d19d6fa9ba13261ff22ffb0b8aa154 | |
parent | 7e2deb7ce8f662bce877dbfd3b0053e9559c25a3 [diff] |
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>