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:
fe3b79d
)
ibmasmfs: use generic_file_llseek
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 6 Jul 2010 20:54:51 +0000
(22:54 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 16 Sep 2010 08:33:13 +0000
(10:33 +0200)
The default for llseek will change to no_llseek,
so ibmasmfs 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>
No differences found