Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel c…
…all to compat syscall Using the net-internal helper __compat_sys_getsockopt() allows us to avoid the internal calls to the compat_sys_getsockopt() syscall. This patch is part of a series which removes in-kernel calls to syscalls. On this basis, the syscall entry path can be streamlined. For details, see http://lkml.kernel.org/r/[email protected] Cc: David S. Miller <[email protected]> Cc: [email protected] Signed-off-by: Dominik Brodowski <[email protected]>
- Loading branch information