ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 3 Apr 2020 10:06:47 +0000 (11:06 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 21 Apr 2020 16:49:30 +0000 (17:49 +0100)
commitc281634c865202e2776b0250678ff93c771947ff
tree2aa30ad93d95c8f63cc003baaa8065414f257967
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()

We no longer need to switch to KERNEL_DS mode in sys_oabi_epoll_ctl()
as we can use do_epoll_ctl() to avoid the additional copy.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/sys_oabi-compat.c