ibmasmfs: use generic_file_llseek
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Jul 2010 20:54:51 +0000 (22:54 +0200)
committerArnd 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