powerpc/spufs: stop using access_ok
authorChristoph Hellwig <hch@lst.de>
Tue, 5 May 2020 10:12:51 +0000 (12:12 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 5 May 2020 20:46:09 +0000 (16:46 -0400)
commit6904d3d0cb7e151eba5b205ee788c5f39a90308b
tree3de4fe1b79f7ccdb841c5a75f89e532fa334e1ff
parent88413a6bfbbe2f648df399b62f85c934460b7a4d
powerpc/spufs: stop using access_ok

Just use the proper non __-prefixed get/put_user variants where that is
not done yet.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/platforms/cell/spufs/file.c