git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2deb7
)
ima: use generic_file_llseek for securityfs
author
Arnd Bergmann
<arnd@arndb.de>
Wed, 7 Jul 2010 21:40:15 +0000
(23:40 +0200)
committer
James 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