commit | 275bd41a6da179b4493171fa65eeeb2a9e47b316 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 06 22:54:51 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:13 2010 +0200 |
tree | 05dca647fd50d2a2c609b3cefedda53972c8a5e9 | |
parent | fe3b79dfdc34e562b8378fa958a503a2d5b077ff [diff] |
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>