ARM: 9111/1: oabi-compat: rework fcntl64() emulation
authorArnd Bergmann <arnd@arndb.de>
Wed, 11 Aug 2021 07:30:24 +0000 (08:30 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 20 Aug 2021 10:39:27 +0000 (11:39 +0100)
commit7e2d8c29ecdd86afbcedb9d9a977bab8af527add
tree073132d4500f33fcca4d8fb89522baf5c77b87ca
parentbdec0145286f7e6be9b3134aa35f0f335fa27c38
ARM: 9111/1: oabi-compat: rework fcntl64() emulation

This is one of the last users of get_fs(), and this is fairly easy to
change, since the infrastructure for it is already there.

The replacement here is essentially a copy of the existing fcntl64()
syscall entry function.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/sys_oabi-compat.c