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