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)
commit275bd41a6da179b4493171fa65eeeb2a9e47b316
tree05dca647fd50d2a2c609b3cefedda53972c8a5e9
parentfe3b79dfdc34e562b8378fa958a503a2d5b077ff
ibmasmfs: use generic_file_llseek

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>
drivers/misc/ibmasm/ibmasmfs.c