]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spufs: use llseek in all file operations
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Jul 2010 20:40:19 +0000 (22:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 08:33:12 +0000 (10:33 +0200)
commitfe3b79dfdc34e562b8378fa958a503a2d5b077ff
treefeaa4133b873bf94778cb259a1daa1b3843b8942
parentc0b0aca0e0e8c479c43c1e126cddc5fc82b2803a
spufs: use llseek in all file operations

The default for llseek is changing, so we need
explicit operations everywhere.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: linuxppc-dev@ozlabs.org
arch/powerpc/platforms/cell/spufs/file.c